#B57A7D

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

Shades of Turkish Rose #B57A7D

Tints of Turkish Rose #B57A7D

Color information

#B57A7D (or 0xB57A7D) is unknown color: approx Turkish Rose. HEX triplet: B5, 7A and 7D. RGB value is (181,122,125). Sum of RGB (Red+Green+Blue) = 181+122+125=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7D is #4A8582. Grayscale: #8C8C8C. Windows color (decimal): -4883843 or 8223413. OLE color: 8223413.

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

Color convert

RGB181122125-
CMYK00.330.310.29
HSL356.95º28.5%59.41%-
HSV(B)356.95º32.6%70.98%-
XYZ29.7225.2222.7-
YUV139.98119.55157.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=42.29%
G=28.50%
B=29.21%

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
Decimal18112212500.330.310.29356.9528.559.41
HexB57A7D0211F1D1651d3b
Octal26517217504137355453573
Binary10110101111101011111010100001111111110110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A7D; }

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

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

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

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

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

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

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

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