#B57076

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

Shades of Turkish Rose #B57076

Tints of Turkish Rose #B57076

Color information

#B57076 (or 0xB57076) is unknown color: approx Turkish Rose. HEX triplet: B5, 70 and 76. RGB value is (181,112,118). Sum of RGB (Red+Green+Blue) = 181+112+118=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57076 is #4A8F89. Grayscale: #858585. Windows color (decimal): -4886410 or 7762101. OLE color: 7762101.

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

Color convert

RGB181112118-
CMYK00.380.350.29
HSL354.78º31.8%57.45%-
HSV(B)354.78º38.12%70.98%-
XYZ28.1222.7220.04-
YUV133.32119.36162.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=44.04%
G=27.25%
B=28.71%

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
Decimal18111211800.380.350.29354.7831.857.45
HexB57076026231D1632039
Octal26516016604643355434071
Binary1011010111100001110110010011010001111101101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57076; }

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

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

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

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

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

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

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

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