#B56A72

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

Shades of Turkish Rose #B56A72

Tints of Turkish Rose #B56A72

Color information

#B56A72 (or 0xB56A72) is unknown color: approx Turkish Rose. HEX triplet: B5, 6A and 72. RGB value is (181,106,114). Sum of RGB (Red+Green+Blue) = 181+106+114=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A72 is #4A958D. Grayscale: #818181. Windows color (decimal): -4887950 or 7498421. OLE color: 7498421.

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

Color convert

RGB181106114-
CMYK00.410.370.29
HSL353.6º33.63%56.27%-
HSV(B)353.6º41.44%70.98%-
XYZ27.2521.3518.6-
YUV129.34119.35164.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=45.14%
G=26.43%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110611400.410.370.29353.633.6356.27
HexB56A72029251D1622238
Octal26515216205145355424270
Binary1011010111010101110010010100110010111101101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A72; }

 p { color: rgb(181,106,114); }

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

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

 a { background-color: rgb(181,106,114); }

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

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

 span { border-color: rgb(181,106,114); }

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