#BB7642

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

Shades of Brandy Punch #BB7642

Tints of Brandy Punch #BB7642

Color information

#BB7642 (or 0xBB7642) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 42. RGB value is (187,118,66). Sum of RGB (Red+Green+Blue) = 187+118+66=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7642 is #4489BD. Grayscale: #848484. Windows color (decimal): -4491710 or 4355771. OLE color: 4355771.

HSL color Cylindrical-coordinate representation of color #BB7642: hue angle of 25.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB7642 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18711866-
CMYK00.370.650.27
HSL25.79º47.83%49.61%-
HSV(B)25.79º64.71%73.33%-
XYZ27.9623.928.3-
YUV132.790.36166.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=50.40%
G=31.81%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871186600.370.650.2725.7947.8349.61
HexBB7642025411B1a3032
Octal27316610204510133326062
Binary1011101111101101000010010010110000011101111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7642; }

 p { color: rgb(187,118,66); }

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

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

 a { background-color: rgb(187,118,66); }

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

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

 span { border-color: rgb(187,118,66); }

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