#B56F71

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

Shades of Turkish Rose #B56F71

Tints of Turkish Rose #B56F71

Color information

#B56F71 (or 0xB56F71) is unknown color: approx Turkish Rose. HEX triplet: B5, 6F and 71. RGB value is (181,111,113). Sum of RGB (Red+Green+Blue) = 181+111+113=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F71 is #4A908E. Grayscale: #848484. Windows color (decimal): -4886671 or 7434165. OLE color: 7434165.

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

Color convert

RGB181111113-
CMYK00.390.380.29
HSL358.29º32.11%57.25%-
HSV(B)358.29º38.67%70.98%-
XYZ27.7222.3818.48-
YUV132.16117.19162.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=44.69%
G=27.41%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111111300.390.380.29358.2932.1157.25
HexB56F71027261D1662039
Octal26515716104746355464071
Binary1011010111011111110001010011110011011101101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F71; }

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

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

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

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

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

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

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

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