#B67944

Color #B67944 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #B67944

Tints of Brandy Punch #B67944

Color information

#B67944 (or 0xB67944) is unknown color: approx Brandy Punch. HEX triplet: B6, 79 and 44. RGB value is (182,121,68). Sum of RGB (Red+Green+Blue) = 182+121+68=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B67944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67944 is #4986BB. Grayscale: #858585. Windows color (decimal): -4818620 or 4487606. OLE color: 4487606.

HSL color Cylindrical-coordinate representation of color #B67944: hue angle of 27.89º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B67944 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18212168-
CMYK00.340.630.29
HSL27.89º45.6%49.02%-
HSV(B)27.89º62.64%71.37%-
XYZ27.1724.048.68-
YUV133.291.21162.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=49.06%
G=32.61%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821216800.340.630.2927.8945.649.02
HexB679440223F1D1c2e31
Octal2661711040427735345661
Binary101101101111001100010001000101111111110111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67944; }

 p { color: rgb(182,121,68); }

 H1.HeaderClassName
 {
   color: #B67944;
 }
 .AnyTagClassName
 {
   color: #B67944;
 }
</style>
background-color css

<style>
 a { background-color: #B67944; }

 a { background-color: rgb(182,121,68); }

 div.DivClassName
 {
   background-color: #B67944;
 }
 .BgClassName
 {
   background-color: #B67944;
 }
</style>
border-color css

<style>
 span { border-color: #B67944; }

 span { border-color: rgb(182,121,68); }

 td.TdClassName
 {
   border-color: #B67944;
 }
 .TagClassName
 {
   border-color: #B67944;
 }
</style>