#B56C76

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

Shades of Turkish Rose #B56C76

Tints of Turkish Rose #B56C76

Color information

#B56C76 (or 0xB56C76) is unknown color: approx Turkish Rose. HEX triplet: B5, 6C and 76. RGB value is (181,108,118). Sum of RGB (Red+Green+Blue) = 181+108+118=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C76 is #4A9389. Grayscale: #838383. Windows color (decimal): -4887434 or 7761077. OLE color: 7761077.

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

Color convert

RGB181108118-
CMYK00.400.350.29
HSL351.78º33.03%56.67%-
HSV(B)351.78º40.33%70.98%-
XYZ27.6921.8619.9-
YUV130.97120.68163.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=44.47%
G=26.54%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110811800.400.350.29351.7833.0356.67
HexB56C76028231D1602139
Octal26515416605043355404171
Binary1011010111011001110110010100010001111101101100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C76; }

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

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

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

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

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

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

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

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