#BB7842

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

Shades of Brandy Punch #BB7842

Tints of Brandy Punch #BB7842

Color information

#BB7842 (or 0xBB7842) is unknown color: approx Brandy Punch. HEX triplet: BB, 78 and 42. RGB value is (187,120,66). Sum of RGB (Red+Green+Blue) = 187+120+66=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7842 is #4487BD. Grayscale: #868686. Windows color (decimal): -4491198 or 4356283. OLE color: 4356283.

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

Color convert

RGB18712066-
CMYK00.360.650.27
HSL26.78º47.83%49.61%-
HSV(B)26.78º64.71%73.33%-
XYZ28.1924.398.38-
YUV133.8889.7165.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=50.13%
G=32.17%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871206600.360.650.2726.7847.8349.61
HexBB7842024411B1b3032
Octal27317010204410133336062
Binary1011101111110001000010010010010000011101111011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7842; }

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

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

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

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

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

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

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

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