#B87D45

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

Shades of Brandy Punch #B87D45

Tints of Brandy Punch #B87D45

Color information

#B87D45 (or 0xB87D45) is unknown color: approx Brandy Punch. HEX triplet: B8, 7D and 45. RGB value is (184,125,69). Sum of RGB (Red+Green+Blue) = 184+125+69=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D45 is #4782BA. Grayscale: #888888. Windows color (decimal): -4686523 or 4554168. OLE color: 4554168.

HSL color Cylindrical-coordinate representation of color #B87D45: hue angle of 29.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B87D45 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18412569-
CMYK00.320.620.28
HSL29.22º45.45%49.61%-
HSV(B)29.22º62.5%72.16%-
XYZ28.1725.299.03-
YUV136.2690.05162.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=48.68%
G=33.07%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841256900.320.620.2829.2245.4549.61
HexB87D450203E1C1d2d32
Octal2701751050407634355562
Binary101110001111101100010101000001111101110011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D45; }

 p { color: rgb(184,125,69); }

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

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

 a { background-color: rgb(184,125,69); }

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

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

 span { border-color: rgb(184,125,69); }

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