#B87E70

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

Shades of Brandy Rose #B87E70

Tints of Brandy Rose #B87E70

Color information

#B87E70 (or 0xB87E70) is unknown color: approx Brandy Rose. HEX triplet: B8, 7E and 70. RGB value is (184,126,112). Sum of RGB (Red+Green+Blue) = 184+126+112=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E70 is #47818F. Grayscale: #8D8D8D. Windows color (decimal): -4686224 or 7372472. OLE color: 7372472.

HSL color Cylindrical-coordinate representation of color #B87E70: hue angle of 11.67º degrees, saturation: 0.34, 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 #B87E70 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184126112-
CMYK00.320.390.28
HSL11.67º33.64%58.04%-
HSV(B)11.67º39.13%72.16%-
XYZ30.1526.2818.81-
YUV141.75111.22158.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=43.60%
G=29.86%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412611200.320.390.2811.6733.6458.04
HexB87E70020271Cc223a
Octal2701761600404734144272
Binary10111000111111011100000100000100111111001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E70; }

 p { color: rgb(184,126,112); }

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

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

 a { background-color: rgb(184,126,112); }

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

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

 span { border-color: rgb(184,126,112); }

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