#B56E70

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

Shades of Turkish Rose #B56E70

Tints of Turkish Rose #B56E70

Color information

#B56E70 (or 0xB56E70) is unknown color: approx Turkish Rose. HEX triplet: B5, 6E and 70. RGB value is (181,110,112). Sum of RGB (Red+Green+Blue) = 181+110+112=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E70 is #4A918F. Grayscale: #838383. Windows color (decimal): -4886928 or 7368373. OLE color: 7368373.

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

Color convert

RGB181110112-
CMYK00.390.380.29
HSL358.31º32.42%57.06%-
HSV(B)358.31º39.23%70.98%-
XYZ27.5622.1518.15-
YUV131.46117.02163.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=44.91%
G=27.30%
B=27.79%

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
Decimal18111011200.390.380.29358.3132.4257.06
HexB56E70027261D1662039
Octal26515616004746355464071
Binary1011010111011101110000010011110011011101101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E70; }

 p { color: rgb(181,110,112); }

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

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

 a { background-color: rgb(181,110,112); }

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

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

 span { border-color: rgb(181,110,112); }

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