#B87D70

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

Shades of Brandy Rose #B87D70

Tints of Brandy Rose #B87D70

Color information

#B87D70 (or 0xB87D70) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 70. RGB value is (184,125,112). Sum of RGB (Red+Green+Blue) = 184+125+112=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D70 is #47828F. Grayscale: #8D8D8D. Windows color (decimal): -4686480 or 7372216. OLE color: 7372216.

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

Color convert

RGB184125112-
CMYK00.320.390.28
HSL10.83º33.64%58.04%-
HSV(B)10.83º39.13%72.16%-
XYZ30.0326.0318.77-
YUV141.16111.55158.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=43.71%
G=29.69%
B=26.60%

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
Decimal18412511200.320.390.2810.8333.6458.04
HexB87D70020271Cb223a
Octal2701751600404734134272
Binary10111000111110111100000100000100111111001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D70; }

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

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

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

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

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

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

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

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