#BB7847

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

Shades of Brandy Punch #BB7847

Tints of Brandy Punch #BB7847

Color information

#BB7847 (or 0xBB7847) is unknown color: approx Brandy Punch. HEX triplet: BB, 78 and 47. RGB value is (187,120,71). Sum of RGB (Red+Green+Blue) = 187+120+71=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7847 is #4487B8. Grayscale: #868686. Windows color (decimal): -4491193 or 4683963. OLE color: 4683963.

HSL color Cylindrical-coordinate representation of color #BB7847: hue angle of 25.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB7847 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18712071-
CMYK00.360.620.27
HSL25.34º46.03%50.59%-
HSV(B)25.34º62.03%73.33%-
XYZ28.3524.459.19-
YUV134.4592.2165.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=49.47%
G=31.75%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871207100.360.620.2725.3446.0350.59
HexBB78470243E1B192e33
Octal2731701070447633315663
Binary101110111111000100011101001001111101101111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7847; }

 p { color: rgb(187,120,71); }

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

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

 a { background-color: rgb(187,120,71); }

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

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

 span { border-color: rgb(187,120,71); }

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