#B87B79

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

Shades of Brandy Rose #B87B79

Tints of Brandy Rose #B87B79

Color information

#B87B79 (or 0xB87B79) is unknown color: approx Brandy Rose. HEX triplet: B8, 7B and 79. RGB value is (184,123,121). Sum of RGB (Red+Green+Blue) = 184+123+121=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B79 is #478486. Grayscale: #8D8D8D. Windows color (decimal): -4686983 or 7961528. OLE color: 7961528.

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

Color convert

RGB184123121-
CMYK00.330.340.28
HSL1.9º30.73%59.8%-
HSV(B)1.9º34.24%72.16%-
XYZ30.325.7421.46-
YUV141.01116.71158.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=42.99%
G=28.74%
B=28.27%

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
Decimal18412312100.330.340.281.930.7359.8
HexB87B79021221C21f3c
Octal270173171041423423774
Binary10111000111101111110010100001100010111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B79; }

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

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

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

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

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

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

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

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