#B87A77

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

Shades of Brandy Rose #B87A77

Tints of Brandy Rose #B87A77

Color information

#B87A77 (or 0xB87A77) is unknown color: approx Brandy Rose. HEX triplet: B8, 7A and 77. RGB value is (184,122,119). Sum of RGB (Red+Green+Blue) = 184+122+119=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A77 is #478588. Grayscale: #8C8C8C. Windows color (decimal): -4687241 or 7830200. OLE color: 7830200.

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

Color convert

RGB184122119-
CMYK00.340.350.28
HSL2.77º31.4%59.41%-
HSV(B)2.77º35.33%72.16%-
XYZ30.0625.4420.78-
YUV140.2116.04159.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 119 (46.88% from 255) = 28%
R=43.29%
G=28.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412211900.340.350.282.7731.459.41
HexB87A77022231C31f3b
Octal270172167042433433773
Binary10111000111101011101110100010100011111001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A77; }

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

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

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

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

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

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

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

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