#B87B6E

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

Shades of Brandy Rose #B87B6E

Tints of Brandy Rose #B87B6E

Color information

#B87B6E (or 0xB87B6E) is unknown color: approx Brandy Rose. HEX triplet: B8, 7B and 6E. RGB value is (184,123,110). Sum of RGB (Red+Green+Blue) = 184+123+110=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B6E is #478491. Grayscale: #8B8B8B. Windows color (decimal): -4686994 or 7240632. OLE color: 7240632.

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

Color convert

RGB184123110-
CMYK00.330.400.28
HSL10.54º34.26%57.65%-
HSV(B)10.54º40.22%72.16%-
XYZ29.6625.4818.11-
YUV139.76111.21159.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=44.12%
G=29.50%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412311000.330.400.2810.5434.2657.65
HexB87B6E021281Cb223a
Octal2701731560415034134272
Binary10111000111101111011100100001101000111001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B6E; }

 p { color: rgb(184,123,110); }

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

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

 a { background-color: rgb(184,123,110); }

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

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

 span { border-color: rgb(184,123,110); }

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