#B57375

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

Shades of Turkish Rose #B57375

Tints of Turkish Rose #B57375

Color information

#B57375 (or 0xB57375) is unknown color: approx Turkish Rose. HEX triplet: B5, 73 and 75. RGB value is (181,115,117). Sum of RGB (Red+Green+Blue) = 181+115+117=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57375 is #4A8C8A. Grayscale: #878787. Windows color (decimal): -4885643 or 7697333. OLE color: 7697333.

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

Color convert

RGB181115117-
CMYK00.360.350.29
HSL358.18º30.84%58.04%-
HSV(B)358.18º36.46%70.98%-
XYZ28.423.3719.84-
YUV134.96117.87160.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=43.83%
G=27.85%
B=28.33%

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
Decimal18111511700.360.350.29358.1830.8458.04
HexB57375024231D1661f3a
Octal26516316504443355463772
Binary101101011110011111010101001001000111110110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57375; }

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

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

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

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

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

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

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

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