#B57F80

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

Shades of Turkish Rose #B57F80

Tints of Turkish Rose #B57F80

Color information

#B57F80 (or 0xB57F80) is unknown color: approx Turkish Rose. HEX triplet: B5, 7F and 80. RGB value is (181,127,128). Sum of RGB (Red+Green+Blue) = 181+127+128=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F80 is #4A807F. Grayscale: #8F8F8F. Windows color (decimal): -4882560 or 8421301. OLE color: 8421301.

HSL color Cylindrical-coordinate representation of color #B57F80: hue angle of 358.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F80 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB181127128-
CMYK00.300.290.29
HSL358.89º26.73%60.39%-
HSV(B)358.89º29.83%70.98%-
XYZ30.5426.5623.94-
YUV143.26119.39154.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=41.51%
G=29.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112712800.300.290.29358.8926.7360.39
HexB57F8001E1D1D1671b3c
Octal26517720003635355473374
Binary10110101111111110000000011110111011110110110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F80; }

 p { color: rgb(181,127,128); }

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

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

 a { background-color: rgb(181,127,128); }

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

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

 span { border-color: rgb(181,127,128); }

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