#B87F6A

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

Shades of Brandy Rose #B87F6A

Tints of Brandy Rose #B87F6A

Color information

#B87F6A (or 0xB87F6A) is unknown color: approx Brandy Rose. HEX triplet: B8, 7F and 6A. RGB value is (184,127,106). Sum of RGB (Red+Green+Blue) = 184+127+106=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F6A is #478095. Grayscale: #8D8D8D. Windows color (decimal): -4685974 or 6979512. OLE color: 6979512.

HSL color Cylindrical-coordinate representation of color #B87F6A: hue angle of 16.15º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87F6A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184127106-
CMYK00.310.420.28
HSL16.15º35.45%56.86%-
HSV(B)16.15º42.39%72.16%-
XYZ29.9626.4117.15-
YUV141.65107.88158.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=44.12%
G=30.46%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412710600.310.420.2816.1535.4556.86
HexB87F6A01F2A1C102339
Octal2701771520375234204371
Binary10111000111111111010100111111010101110010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F6A; }

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

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

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

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

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

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

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

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