#B87C71

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

Shades of Brandy Rose #B87C71

Tints of Brandy Rose #B87C71

Color information

#B87C71 (or 0xB87C71) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 71. RGB value is (184,124,113). Sum of RGB (Red+Green+Blue) = 184+124+113=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C71 is #47838E. Grayscale: #8C8C8C. Windows color (decimal): -4686735 or 7437496. OLE color: 7437496.

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

Color convert

RGB184124113-
CMYK00.330.390.28
HSL9.3º33.33%58.24%-
HSV(B)9.3º38.59%72.16%-
XYZ29.9625.819.02-
YUV140.69112.38158.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=43.71%
G=29.45%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412411300.330.390.289.333.3358.24
HexB87C71021271C9213a
Octal2701741610414734114172
Binary10111000111110011100010100001100111111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C71; }

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

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

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

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

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

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

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

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