#B87279

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

Shades of Turkish Rose #B87279

Tints of Turkish Rose #B87279

Color information

#B87279 (or 0xB87279) is unknown color: approx Turkish Rose. HEX triplet: B8, 72 and 79. RGB value is (184,114,121). Sum of RGB (Red+Green+Blue) = 184+114+121=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B87279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87279 is #478D86. Grayscale: #878787. Windows color (decimal): -4689287 or 7959224. OLE color: 7959224.

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

Color convert

RGB184114121-
CMYK00.380.340.28
HSL354º33.02%58.43%-
HSV(B)354º38.04%72.16%-
XYZ29.2423.6121.1-
YUV135.73119.69162.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=43.91%
G=27.21%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411412100.380.340.2835433.0258.43
HexB87279026221C162213a
Octal27016217104642345424172
Binary1011100011100101111001010011010001011100101100010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87279; }

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

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

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

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

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

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

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

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