#B87D6F

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

Shades of Brandy Rose #B87D6F

Tints of Brandy Rose #B87D6F

Color information

#B87D6F (or 0xB87D6F) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 6F. RGB value is (184,125,111). Sum of RGB (Red+Green+Blue) = 184+125+111=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D6F is #478290. Grayscale: #8D8D8D. Windows color (decimal): -4686481 or 7306680. OLE color: 7306680.

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

Color convert

RGB184125111-
CMYK00.320.400.28
HSL11.51º33.95%57.84%-
HSV(B)11.51º39.67%72.16%-
XYZ29.9726.0118.48-
YUV141.04111.05158.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=43.81%
G=29.76%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412511100.320.400.2811.5133.9557.84
HexB87D6F020281Cc223a
Octal2701751570405034144272
Binary10111000111110111011110100000101000111001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D6F; }

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

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

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

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

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

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

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

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