#BB8247

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

Shades of Brandy Punch #BB8247

Tints of Brandy Punch #BB8247

Color information

#BB8247 (or 0xBB8247) is unknown color: approx Brandy Punch. HEX triplet: BB, 82 and 47. RGB value is (187,130,71). Sum of RGB (Red+Green+Blue) = 187+130+71=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8247 is #447DB8. Grayscale: #8C8C8C. Windows color (decimal): -4488633 or 4686523. OLE color: 4686523.

HSL color Cylindrical-coordinate representation of color #BB8247: hue angle of 30.52º 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 #BB8247 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18713071-
CMYK00.300.620.27
HSL30.52º46.03%50.59%-
HSV(B)30.52º62.03%73.33%-
XYZ29.6126.989.61-
YUV140.3288.88161.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=48.20%
G=33.51%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871307100.300.620.2730.5246.0350.59
HexBB824701E3E1B1f2e33
Octal2732021070367633375663
Binary101110111000001010001110111101111101101111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8247; }

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

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

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

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

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

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

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

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