#B87D72

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

Shades of Brandy Rose #B87D72

Tints of Brandy Rose #B87D72

Color information

#B87D72 (or 0xB87D72) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 72. RGB value is (184,125,114). Sum of RGB (Red+Green+Blue) = 184+125+114=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D72 is #47828D. Grayscale: #8D8D8D. Windows color (decimal): -4686478 or 7503288. OLE color: 7503288.

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

Color convert

RGB184125114-
CMYK00.320.380.28
HSL9.43º33.02%58.43%-
HSV(B)9.43º38.04%72.16%-
XYZ30.1426.0719.36-
YUV141.39112.55158.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=43.50%
G=29.55%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412511400.320.380.289.4333.0258.43
HexB87D72020261C9213a
Octal2701751620404634114172
Binary10111000111110111100100100000100110111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D72; }

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

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

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

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

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

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

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

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