#B56C71

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

Shades of Turkish Rose #B56C71

Tints of Turkish Rose #B56C71

Color information

#B56C71 (or 0xB56C71) is unknown color: approx Turkish Rose. HEX triplet: B5, 6C and 71. RGB value is (181,108,113). Sum of RGB (Red+Green+Blue) = 181+108+113=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C71 is #4A938E. Grayscale: #828282. Windows color (decimal): -4887439 or 7433397. OLE color: 7433397.

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

Color convert

RGB181108113-
CMYK00.400.380.29
HSL355.89º33.03%56.67%-
HSV(B)355.89º40.33%70.98%-
XYZ27.421.7418.38-
YUV130.4118.18164.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=45.02%
G=26.87%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110811300.400.380.29355.8933.0356.67
HexB56C71028261D1642139
Octal26515416105046355444171
Binary1011010111011001110001010100010011011101101100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C71; }

 p { color: rgb(181,108,113); }

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

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

 a { background-color: rgb(181,108,113); }

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

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

 span { border-color: rgb(181,108,113); }

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