#B57074

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

Shades of Turkish Rose #B57074

Tints of Turkish Rose #B57074

Color information

#B57074 (or 0xB57074) is unknown color: approx Turkish Rose. HEX triplet: B5, 70 and 74. RGB value is (181,112,116). Sum of RGB (Red+Green+Blue) = 181+112+116=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B57074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57074 is #4A8F8B. Grayscale: #858585. Windows color (decimal): -4886412 or 7631029. OLE color: 7631029.

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

Color convert

RGB181112116-
CMYK00.380.360.29
HSL356.52º31.8%57.45%-
HSV(B)356.52º38.12%70.98%-
XYZ2822.6719.42-
YUV133.09118.36162.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=44.25%
G=27.38%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111211600.380.360.29356.5231.857.45
HexB57074026241D1652039
Octal26516016404644355454071
Binary1011010111100001110100010011010010011101101100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57074; }

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

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

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

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

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

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

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

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