#B87B4A

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

Shades of Brandy Punch #B87B4A

Tints of Brandy Punch #B87B4A

Color information

#B87B4A (or 0xB87B4A) is unknown color: approx Brandy Punch. HEX triplet: B8, 7B and 4A. RGB value is (184,123,74). Sum of RGB (Red+Green+Blue) = 184+123+74=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B4A is #4784B5. Grayscale: #878787. Windows color (decimal): -4687030 or 4881336. OLE color: 4881336.

HSL color Cylindrical-coordinate representation of color #B87B4A: hue angle of 26.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B87B4A is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18412374-
CMYK00.330.600.28
HSL26.73º43.65%50.59%-
HSV(B)26.73º59.78%72.16%-
XYZ28.0924.859.79-
YUV135.6593.21162.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=48.29%
G=32.28%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841237400.330.600.2826.7343.6550.59
HexB87B4A0213C1C1b2c33
Octal2701731120417434335463
Binary101110001111011100101001000011111001110011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B4A; }

 p { color: rgb(184,123,74); }

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

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

 a { background-color: rgb(184,123,74); }

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

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

 span { border-color: rgb(184,123,74); }

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