#B87979

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

Shades of Brandy Rose #B87979

Tints of Brandy Rose #B87979

Color information

#B87979 (or 0xB87979) is unknown color: approx Brandy Rose. HEX triplet: B8, 79 and 79. RGB value is (184,121,121). Sum of RGB (Red+Green+Blue) = 184+121+121=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B87979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87979 is #478686. Grayscale: #8B8B8B. Windows color (decimal): -4687495 or 7961016. OLE color: 7961016.

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

Color convert

RGB184121121-
CMYK00.340.340.28
HSL30.73%59.8%-
HSV(B)34.24%72.16%-
XYZ30.0625.2521.38-
YUV139.84117.37159.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=43.19%
G=28.40%
B=28.40%

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
Decimal18412112100.340.340.28030.7359.8
HexB87979022221C01f3c
Octal270171171042423403774
Binary1011100011110011111001010001010001011100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87979; }

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

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

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

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

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

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

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

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