#B57075

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

Shades of Turkish Rose #B57075

Tints of Turkish Rose #B57075

Color information

#B57075 (or 0xB57075) is unknown color: approx Turkish Rose. HEX triplet: B5, 70 and 75. RGB value is (181,112,117). Sum of RGB (Red+Green+Blue) = 181+112+117=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B57075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57075 is #4A8F8A. Grayscale: #858585. Windows color (decimal): -4886411 or 7696565. OLE color: 7696565.

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

Color convert

RGB181112117-
CMYK00.380.350.29
HSL355.65º31.8%57.45%-
HSV(B)355.65º38.12%70.98%-
XYZ28.0622.719.73-
YUV133.2118.86162.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=44.15%
G=27.32%
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.29
SystemRedGreenBlueCMYKHSL
Decimal18111211700.380.350.29355.6531.857.45
HexB57075026231D1642039
Octal26516016504643355444071
Binary1011010111100001110101010011010001111101101100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57075; }

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

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

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

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

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

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

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

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