#B56371

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

Shades of Turkish Rose #B56371

Tints of Turkish Rose #B56371

Color information

#B56371 (or 0xB56371) is unknown color: approx Turkish Rose. HEX triplet: B5, 63 and 71. RGB value is (181,99,113). Sum of RGB (Red+Green+Blue) = 181+99+113=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B56371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56371 is #4A9C8E. Grayscale: #7D7D7D. Windows color (decimal): -4889743 or 7431093. OLE color: 7431093.

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

Color convert

RGB18199113-
CMYK00.450.380.29
HSL349.76º35.65%54.9%-
HSV(B)349.76º45.3%70.98%-
XYZ26.519.9418.07-
YUV125.11121.17167.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=46.06%
G=25.19%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819911300.450.380.29349.7635.6554.9
HexB5637102D261D15e2437
Octal26514316105546355364467
Binary1011010111000111110001010110110011011101101011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56371; }

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

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

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

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

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

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

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

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