#B87277

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

Shades of Turkish Rose #B87277

Tints of Turkish Rose #B87277

Color information

#B87277 (or 0xB87277) is unknown color: approx Turkish Rose. HEX triplet: B8, 72 and 77. RGB value is (184,114,119). Sum of RGB (Red+Green+Blue) = 184+114+119=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87277 is #478D88. Grayscale: #878787. Windows color (decimal): -4689289 or 7828152. OLE color: 7828152.

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

Color convert

RGB184114119-
CMYK00.380.350.28
HSL355.71º33.02%58.43%-
HSV(B)355.71º38.04%72.16%-
XYZ29.1123.5620.47-
YUV135.5118.69162.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=44.12%
G=27.34%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411411900.380.350.28355.7133.0258.43
HexB87277026231C164213a
Octal27016216704643345444172
Binary1011100011100101110111010011010001111100101100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87277; }

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

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

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

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

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

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

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

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