#B87475

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

Shades of Turkish Rose #B87475

Tints of Turkish Rose #B87475

Color information

#B87475 (or 0xB87475) is unknown color: approx Turkish Rose. HEX triplet: B8, 74 and 75. RGB value is (184,116,117). Sum of RGB (Red+Green+Blue) = 184+116+117=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87475 is #478B8A. Grayscale: #888888. Windows color (decimal): -4688779 or 7697592. OLE color: 7697592.

HSL color Cylindrical-coordinate representation of color #B87475: hue angle of 359.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87475 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184116117-
CMYK00.370.360.28
HSL359.12º32.38%58.82%-
HSV(B)359.12º36.96%72.16%-
XYZ29.2223.9719.92-
YUV136.45117.03161.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=44.12%
G=27.82%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411611700.370.360.28359.1232.3858.82
HexB87475025241C167203b
Octal27016416504544345474073
Binary1011100011101001110101010010110010011100101100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87475; }

 p { color: rgb(184,116,117); }

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

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

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

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

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

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

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