#b87f42

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

Shades of Brandy Punch #B87F42

Tints of Brandy Punch #B87F42

Color information

#B87F42 (or 0xB87F42) is unknown color: approx Brandy Punch. HEX triplet: B8, 7F and 42. RGB value is (184,127,66). Sum of RGB (Red+Green+Blue) = 184+127+66=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F42 is #4780BD. Grayscale: #898989. Windows color (decimal): -4686014 or 4358072. OLE color: 4358072.

HSL color Cylindrical-coordinate representation of color #B87F42: hue angle of 31.02º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B87F42 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB18412766-
CMYK00.310.640.28
HSL31.02º47.2%49.02%-
HSV(B)31.02º64.13%72.16%-
XYZ28.3425.768.63-
YUV137.0987.88161.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=48.81%
G=33.69%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841276600.310.640.2831.0247.249.02
HexB87F4201F401C1f2f31
Octal27017710203710034375761
Binary101110001111111100001001111110000001110011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87f42; }

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

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

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

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

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

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

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

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