#BB7F42

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

Shades of Brandy Punch #BB7F42

Tints of Brandy Punch #BB7F42

Color information

#BB7F42 (or 0xBB7F42) is unknown color: approx Brandy Punch. HEX triplet: BB, 7F and 42. RGB value is (187,127,66). Sum of RGB (Red+Green+Blue) = 187+127+66=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F42 is #4480BD. Grayscale: #8A8A8A. Windows color (decimal): -4489406 or 4358075. OLE color: 4358075.

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

Color convert

RGB18712766-
CMYK00.320.650.27
HSL30.25º47.83%49.61%-
HSV(B)30.25º64.71%73.33%-
XYZ29.0726.148.67-
YUV137.9987.38162.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 66 (26.17% from 255) = 17.37%
R=49.21%
G=33.42%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871276600.320.650.2730.2547.8349.61
HexBB7F42020411B1e3032
Octal27317710204010133366062
Binary1011101111111111000010010000010000011101111110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F42; }

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

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

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

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

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

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

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

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