#B87A79

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

Shades of Brandy Rose #B87A79

Tints of Brandy Rose #B87A79

Color information

#B87A79 (or 0xB87A79) is unknown color: approx Brandy Rose. HEX triplet: B8, 7A and 79. RGB value is (184,122,121). Sum of RGB (Red+Green+Blue) = 184+122+121=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A79 is #478586. Grayscale: #8C8C8C. Windows color (decimal): -4687239 or 7961272. OLE color: 7961272.

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

Color convert

RGB184122121-
CMYK00.340.340.28
HSL0.95º30.73%59.8%-
HSV(B)0.95º34.24%72.16%-
XYZ30.1825.4921.42-
YUV140.42117.04159.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=43.09%
G=28.57%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412212100.340.340.280.9530.7359.8
HexB87A79022221C11f3c
Octal270172171042423413774
Binary1011100011110101111001010001010001011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A79; }

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

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

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

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

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

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

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

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