#B87C79

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

Shades of Brandy Rose #B87C79

Tints of Brandy Rose #B87C79

Color information

#B87C79 (or 0xB87C79) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 79. RGB value is (184,124,121). Sum of RGB (Red+Green+Blue) = 184+124+121=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C79 is #478386. Grayscale: #8D8D8D. Windows color (decimal): -4686727 or 7961784. OLE color: 7961784.

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

Color convert

RGB184124121-
CMYK00.330.340.28
HSL2.86º30.73%59.8%-
HSV(B)2.86º34.24%72.16%-
XYZ30.4325.9921.5-
YUV141.6116.38158.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=42.89%
G=28.90%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412412100.330.340.282.8630.7359.8
HexB87C79021221C31f3c
Octal270174171041423433774
Binary10111000111110011110010100001100010111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C79; }

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

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

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

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

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

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

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

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