#B57475

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

Shades of Turkish Rose #B57475

Tints of Turkish Rose #B57475

Color information

#B57475 (or 0xB57475) is unknown color: approx Turkish Rose. HEX triplet: B5, 74 and 75. RGB value is (181,116,117). Sum of RGB (Red+Green+Blue) = 181+116+117=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57475 is #4A8B8A. Grayscale: #878787. Windows color (decimal): -4885387 or 7697589. OLE color: 7697589.

HSL color Cylindrical-coordinate representation of color #B57475: hue angle of 359.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57475 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181116117-
CMYK00.360.350.29
HSL359.08º30.52%58.24%-
HSV(B)359.08º35.91%70.98%-
XYZ28.5123.619.88-
YUV135.55117.53160.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=43.72%
G=28.02%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111611700.360.350.29359.0830.5258.24
HexB57475024231D1671f3a
Octal26516416504443355473772
Binary101101011110100111010101001001000111110110110011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57475; }

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

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

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

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

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

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

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

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