#B56F79

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

Shades of Turkish Rose #B56F79

Tints of Turkish Rose #B56F79

Color information

#B56F79 (or 0xB56F79) is unknown color: approx Turkish Rose. HEX triplet: B5, 6F and 79. RGB value is (181,111,121). Sum of RGB (Red+Green+Blue) = 181+111+121=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F79 is #4A9086. Grayscale: #858585. Windows color (decimal): -4886663 or 7958453. OLE color: 7958453.

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

Color convert

RGB181111121-
CMYK00.390.330.29
HSL351.43º32.11%57.25%-
HSV(B)351.43º38.67%70.98%-
XYZ28.1922.5720.96-
YUV133.07121.19162.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=43.83%
G=26.88%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111112100.390.330.29351.4332.1157.25
HexB56F79027211D15f2039
Octal26515717104741355374071
Binary1011010111011111111001010011110000111101101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F79; }

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

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

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

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

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

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

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

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