#B57A7C

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

Shades of Turkish Rose #B57A7C

Tints of Turkish Rose #B57A7C

Color information

#B57A7C (or 0xB57A7C) is unknown color: approx Turkish Rose. HEX triplet: B5, 7A and 7C. RGB value is (181,122,124). Sum of RGB (Red+Green+Blue) = 181+122+124=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7C is #4A8583. Grayscale: #8B8B8B. Windows color (decimal): -4883844 or 8157877. OLE color: 8157877.

HSL color Cylindrical-coordinate representation of color #B57A7C: hue angle of 357.97º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A7C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181122124-
CMYK00.330.310.29
HSL357.97º28.5%59.41%-
HSV(B)357.97º32.6%70.98%-
XYZ29.6525.222.37-
YUV139.87119.05157.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=42.39%
G=28.57%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112212400.330.310.29357.9728.559.41
HexB57A7C0211F1D1661d3b
Octal26517217404137355463573
Binary10110101111101011111000100001111111110110110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A7C; }

 p { color: rgb(181,122,124); }

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

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

 a { background-color: rgb(181,122,124); }

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

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

 span { border-color: rgb(181,122,124); }

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