#B57A7E

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

Shades of Turkish Rose #B57A7E

Tints of Turkish Rose #B57A7E

Color information

#B57A7E (or 0xB57A7E) is unknown color: approx Turkish Rose. HEX triplet: B5, 7A and 7E. RGB value is (181,122,126). Sum of RGB (Red+Green+Blue) = 181+122+126=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7E is #4A8581. Grayscale: #8C8C8C. Windows color (decimal): -4883842 or 8288949. OLE color: 8288949.

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

Color convert

RGB181122126-
CMYK00.330.300.29
HSL355.93º28.5%59.41%-
HSV(B)355.93º32.6%70.98%-
XYZ29.7825.2523.04-
YUV140.1120.05157.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=42.19%
G=28.44%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112212600.330.300.29355.9328.559.41
HexB57A7E0211E1D1641d3b
Octal26517217604136355443573
Binary10110101111101011111100100001111101110110110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A7E; }

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

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

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

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

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

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

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

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