#B87C72

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

Shades of Brandy Rose #B87C72

Tints of Brandy Rose #B87C72

Color information

#B87C72 (or 0xB87C72) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 72. RGB value is (184,124,114). Sum of RGB (Red+Green+Blue) = 184+124+114=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C72 is #47838D. Grayscale: #8C8C8C. Windows color (decimal): -4686734 or 7503032. OLE color: 7503032.

HSL color Cylindrical-coordinate representation of color #B87C72: hue angle of 8.57º 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 #B87C72 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184124114-
CMYK00.330.380.28
HSL8.57º33.02%58.43%-
HSV(B)8.57º38.04%72.16%-
XYZ30.0125.8219.32-
YUV140.8112.88158.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=43.60%
G=29.38%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412411400.330.380.288.5733.0258.43
HexB87C72021261C9213a
Octal2701741620414634114172
Binary10111000111110011100100100001100110111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C72; }

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

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

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

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

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

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

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

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