#B56971

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

Shades of Turkish Rose #B56971

Tints of Turkish Rose #B56971

Color information

#B56971 (or 0xB56971) is unknown color: approx Turkish Rose. HEX triplet: B5, 69 and 71. RGB value is (181,105,113). Sum of RGB (Red+Green+Blue) = 181+105+113=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56971 is #4A968E. Grayscale: #808080. Windows color (decimal): -4888207 or 7432629. OLE color: 7432629.

HSL color Cylindrical-coordinate representation of color #B56971: hue angle of 353.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56971 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181105113-
CMYK00.420.380.29
HSL353.68º33.93%56.08%-
HSV(B)353.68º41.99%70.98%-
XYZ27.0921.1218.27-
YUV128.64119.18165.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=45.36%
G=26.32%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110511300.420.380.29353.6833.9356.08
HexB5697102A261D1622238
Octal26515116105246355424270
Binary1011010111010011110001010101010011011101101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56971; }

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

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

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

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

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

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

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

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