#B87A6E

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

Shades of Brandy Rose #B87A6E

Tints of Brandy Rose #B87A6E

Color information

#B87A6E (or 0xB87A6E) is unknown color: approx Brandy Rose. HEX triplet: B8, 7A and 6E. RGB value is (184,122,110). Sum of RGB (Red+Green+Blue) = 184+122+110=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A6E is #478591. Grayscale: #8B8B8B. Windows color (decimal): -4687250 or 7240376. OLE color: 7240376.

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

Color convert

RGB184122110-
CMYK00.340.400.28
HSL9.73º34.26%57.65%-
HSV(B)9.73º40.22%72.16%-
XYZ29.5425.2418.07-
YUV139.17111.54159.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=44.23%
G=29.33%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412211000.340.400.289.7334.2657.65
HexB87A6E022281Ca223a
Octal2701721560425034124272
Binary10111000111101011011100100010101000111001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A6E; }

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

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

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

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

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

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

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

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