#B57E7F

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

Shades of Turkish Rose #B57E7F

Tints of Turkish Rose #B57E7F

Color information

#B57E7F (or 0xB57E7F) is unknown color: approx Turkish Rose. HEX triplet: B5, 7E and 7F. RGB value is (181,126,127). Sum of RGB (Red+Green+Blue) = 181+126+127=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7F is #4A8180. Grayscale: #8E8E8E. Windows color (decimal): -4882817 or 8355509. OLE color: 8355509.

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

Color convert

RGB181126127-
CMYK00.300.300.29
HSL358.91º27.09%60.2%-
HSV(B)358.91º30.39%70.98%-
XYZ30.3526.2823.55-
YUV142.56119.22155.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 127 (50% from 255) = 29.26%
R=41.71%
G=29.03%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112612700.300.300.29358.9127.0960.2
HexB57E7F01E1E1D1671b3c
Octal26517617703636355473374
Binary1011010111111101111111011110111101110110110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E7F; }

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

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

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

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

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

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

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

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