#B87879

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

Shades of Turkish Rose #B87879

Tints of Turkish Rose #B87879

Color information

#B87879 (or 0xB87879) is unknown color: approx Turkish Rose. HEX triplet: B8, 78 and 79. RGB value is (184,120,121). Sum of RGB (Red+Green+Blue) = 184+120+121=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B87879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87879 is #478786. Grayscale: #8B8B8B. Windows color (decimal): -4687751 or 7960760. OLE color: 7960760.

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

Color convert

RGB184120121-
CMYK00.350.340.28
HSL359.06º31.07%59.61%-
HSV(B)359.06º34.78%72.16%-
XYZ29.932521.34-
YUV139.25117.7159.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=43.29%
G=28.24%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412012100.350.340.28359.0631.0759.61
HexB87879023221C1671f3c
Octal27017017104342345473774
Binary101110001111000111100101000111000101110010110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87879; }

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

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

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

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

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

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

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

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