#BB8142

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

Shades of Brandy Punch #BB8142

Tints of Brandy Punch #BB8142

Color information

#BB8142 (or 0xBB8142) is unknown color: approx Brandy Punch. HEX triplet: BB, 81 and 42. RGB value is (187,129,66). Sum of RGB (Red+Green+Blue) = 187+129+66=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8142 is #447EBD. Grayscale: #8B8B8B. Windows color (decimal): -4488894 or 4358587. OLE color: 4358587.

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

Color convert

RGB18712966-
CMYK00.310.650.27
HSL31.24º47.83%49.61%-
HSV(B)31.24º64.71%73.33%-
XYZ29.3326.668.75-
YUV139.1686.72162.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=48.95%
G=33.77%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871296600.310.650.2731.2447.8349.61
HexBB814201F411B1f3032
Octal27320110203710133376062
Binary1011101110000001100001001111110000011101111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8142; }

 p { color: rgb(187,129,66); }

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

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

 a { background-color: rgb(187,129,66); }

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

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

 span { border-color: rgb(187,129,66); }

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