#bb8050

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

Shades of Brandy Punch #BB8050

Tints of Brandy Punch #BB8050

Color information

#BB8050 (or 0xBB8050) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 50. RGB value is (187,128,80). Sum of RGB (Red+Green+Blue) = 187+128+80=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8050 is #447FAF. Grayscale: #8C8C8C. Windows color (decimal): -4489136 or 5275835. OLE color: 5275835.

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

Color convert

RGB18712880-
CMYK00.320.570.27
HSL26.92º44.03%52.35%-
HSV(B)26.92º57.22%73.33%-
XYZ29.6626.5811.16-
YUV140.1794.05161.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=47.34%
G=32.41%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871288000.320.570.2726.9244.0352.35
HexBB8050020391B1b2c34
Octal2732001200407133335464
Binary1011101110000000101000001000001110011101111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb8050; }

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

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

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

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

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

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

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

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