#BB804F

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

Shades of Brandy Punch #BB804F

Tints of Brandy Punch #BB804F

Color information

#BB804F (or 0xBB804F) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 4F. RGB value is (187,128,79). Sum of RGB (Red+Green+Blue) = 187+128+79=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB804F is #447FB0. Grayscale: #8C8C8C. Windows color (decimal): -4489137 or 5210299. OLE color: 5210299.

HSL color Cylindrical-coordinate representation of color #BB804F: hue angle of 27.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB804F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18712879-
CMYK00.320.580.27
HSL27.22º44.26%52.16%-
HSV(B)27.22º57.75%73.33%-
XYZ29.6226.5710.96-
YUV140.0593.55161.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=47.46%
G=32.49%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871287900.320.580.2727.2244.2652.16
HexBB804F0203A1B1b2c34
Octal2732001170407233335464
Binary1011101110000000100111101000001110101101111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB804F; }

 p { color: rgb(187,128,79); }

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

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

 a { background-color: rgb(187,128,79); }

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

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

 span { border-color: rgb(187,128,79); }

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