#B57071

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

Shades of Turkish Rose #B57071

Tints of Turkish Rose #B57071

Color information

#B57071 (or 0xB57071) is unknown color: approx Turkish Rose. HEX triplet: B5, 70 and 71. RGB value is (181,112,113). Sum of RGB (Red+Green+Blue) = 181+112+113=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B57071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57071 is #4A8F8E. Grayscale: #848484. Windows color (decimal): -4886415 or 7434421. OLE color: 7434421.

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

Color convert

RGB181112113-
CMYK00.380.380.29
HSL359.13º31.8%57.45%-
HSV(B)359.13º38.12%70.98%-
XYZ27.8322.618.52-
YUV132.74116.86162.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=44.58%
G=27.59%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111211300.380.380.29359.1331.857.45
HexB57071026261D1672039
Octal26516016104646355474071
Binary1011010111100001110001010011010011011101101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57071; }

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

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

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

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

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

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

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

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