#B5797D

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

Shades of Turkish Rose #B5797D

Tints of Turkish Rose #B5797D

Color information

#B5797D (or 0xB5797D) is unknown color: approx Turkish Rose. HEX triplet: B5, 79 and 7D. RGB value is (181,121,125). Sum of RGB (Red+Green+Blue) = 181+121+125=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5797D is #4A8682. Grayscale: #8B8B8B. Windows color (decimal): -4884099 or 8223157. OLE color: 8223157.

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

Color convert

RGB181121125-
CMYK00.330.310.29
HSL356º28.85%59.22%-
HSV(B)356º33.15%70.98%-
XYZ29.624.9822.66-
YUV139.4119.88157.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=42.39%
G=28.34%
B=29.27%

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
Decimal18112112500.330.310.2935628.8559.22
HexB5797D0211F1D1641d3b
Octal26517117504137355443573
Binary10110101111100111111010100001111111110110110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5797D; }

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

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

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

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

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

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

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

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