#B87F6F

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

Shades of Brandy Rose #B87F6F

Tints of Brandy Rose #B87F6F

Color information

#B87F6F (or 0xB87F6F) is unknown color: approx Brandy Rose. HEX triplet: B8, 7F and 6F. RGB value is (184,127,111). Sum of RGB (Red+Green+Blue) = 184+127+111=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F6F is #478090. Grayscale: #8E8E8E. Windows color (decimal): -4685969 or 7307192. OLE color: 7307192.

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

Color convert

RGB184127111-
CMYK00.310.400.28
HSL13.15º33.95%57.84%-
HSV(B)13.15º39.67%72.16%-
XYZ30.2326.5218.56-
YUV142.22110.38157.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=43.60%
G=30.09%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412711100.310.400.2813.1533.9557.84
HexB87F6F01F281Cd223a
Octal2701771570375034154272
Binary1011100011111111101111011111101000111001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F6F; }

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

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

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

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

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

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

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

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