#BB8446

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

Shades of Brandy Punch #BB8446

Tints of Brandy Punch #BB8446

Color information

#BB8446 (or 0xBB8446) is unknown color: approx Brandy Punch. HEX triplet: BB, 84 and 46. RGB value is (187,132,70). Sum of RGB (Red+Green+Blue) = 187+132+70=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8446 is #447BB9. Grayscale: #8D8D8D. Windows color (decimal): -4488122 or 4621499. OLE color: 4621499.

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

Color convert

RGB18713270-
CMYK00.290.630.27
HSL31.79º46.25%50.39%-
HSV(B)31.79º62.57%73.33%-
XYZ29.8527.519.53-
YUV141.3887.72160.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=48.07%
G=33.93%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871327000.290.630.2731.7946.2550.39
HexBB844601D3F1B202e32
Octal2732041060357733405662
Binary1011101110000100100011001110111111111011100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8446; }

 p { color: rgb(187,132,70); }

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

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

 a { background-color: rgb(187,132,70); }

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

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

 span { border-color: rgb(187,132,70); }

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