#B5757A

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

Shades of Turkish Rose #B5757A

Tints of Turkish Rose #B5757A

Color information

#B5757A (or 0xB5757A) is unknown color: approx Turkish Rose. HEX triplet: B5, 75 and 7A. RGB value is (181,117,122). Sum of RGB (Red+Green+Blue) = 181+117+122=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5757A is #4A8A85. Grayscale: #888888. Windows color (decimal): -4885126 or 8025525. OLE color: 8025525.

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

Color convert

RGB181117122-
CMYK00.350.330.29
HSL355.31º30.19%58.43%-
HSV(B)355.31º35.36%70.98%-
XYZ28.9323.9521.51-
YUV136.71119.7159.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=43.10%
G=27.86%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111712200.350.330.29355.3130.1958.43
HexB5757A023211D1631e3a
Octal26516517204341355433672
Binary101101011110101111101001000111000011110110110001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5757A; }

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

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

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

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

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

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

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

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