#B56D74

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

Shades of Turkish Rose #B56D74

Tints of Turkish Rose #B56D74

Color information

#B56D74 (or 0xB56D74) is unknown color: approx Turkish Rose. HEX triplet: B5, 6D and 74. RGB value is (181,109,116). Sum of RGB (Red+Green+Blue) = 181+109+116=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56D74 is #4A928B. Grayscale: #838383. Windows color (decimal): -4887180 or 7630261. OLE color: 7630261.

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

Color convert

RGB181109116-
CMYK00.400.360.29
HSL354.17º32.73%56.86%-
HSV(B)354.17º39.78%70.98%-
XYZ27.6822.0219.31-
YUV131.33119.35163.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=44.58%
G=26.85%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110911600.400.360.29354.1732.7356.86
HexB56D74028241D1622139
Octal26515516405044355424171
Binary1011010111011011110100010100010010011101101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D74; }

 p { color: rgb(181,109,116); }

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

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

 a { background-color: rgb(181,109,116); }

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

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

 span { border-color: rgb(181,109,116); }

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