#B87E6E

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

Shades of Brandy Rose #B87E6E

Tints of Brandy Rose #B87E6E

Color information

#B87E6E (or 0xB87E6E) is unknown color: approx Brandy Rose. HEX triplet: B8, 7E and 6E. RGB value is (184,126,110). Sum of RGB (Red+Green+Blue) = 184+126+110=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E6E is #478191. Grayscale: #8D8D8D. Windows color (decimal): -4686226 or 7241400. OLE color: 7241400.

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

Color convert

RGB184126110-
CMYK00.320.400.28
HSL12.97º34.26%57.65%-
HSV(B)12.97º40.22%72.16%-
XYZ30.0426.2418.23-
YUV141.52110.22158.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=43.81%
G=30%
B=26.19%

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
Decimal18412611000.320.400.2812.9734.2657.65
HexB87E6E020281Cd223a
Octal2701761560405034154272
Binary10111000111111011011100100000101000111001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E6E; }

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

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

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

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

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

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

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

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