#B5797C

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

Shades of Turkish Rose #B5797C

Tints of Turkish Rose #B5797C

Color information

#B5797C (or 0xB5797C) is unknown color: approx Turkish Rose. HEX triplet: B5, 79 and 7C. RGB value is (181,121,124). Sum of RGB (Red+Green+Blue) = 181+121+124=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5797C is #4A8683. Grayscale: #8B8B8B. Windows color (decimal): -4884100 or 8157621. OLE color: 8157621.

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

Color convert

RGB181121124-
CMYK00.330.310.29
HSL357º28.85%59.22%-
HSV(B)357º33.15%70.98%-
XYZ29.5324.9522.33-
YUV139.28119.38157.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=42.49%
G=28.40%
B=29.11%

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
Decimal18112112400.330.310.2935728.8559.22
HexB5797C0211F1D1651d3b
Octal26517117404137355453573
Binary10110101111100111111000100001111111110110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5797C; }

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

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

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

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

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

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

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

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