#B56871

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

Shades of Turkish Rose #B56871

Tints of Turkish Rose #B56871

Color information

#B56871 (or 0xB56871) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 71. RGB value is (181,104,113). Sum of RGB (Red+Green+Blue) = 181+104+113=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B56871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56871 is #4A978E. Grayscale: #808080. Windows color (decimal): -4888463 or 7432373. OLE color: 7432373.

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

Color convert

RGB181104113-
CMYK00.430.380.29
HSL352.99º34.22%55.88%-
HSV(B)352.99º42.54%70.98%-
XYZ26.9920.9218.24-
YUV128.05119.51165.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=45.48%
G=26.13%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110411300.430.380.29352.9934.2255.88
HexB5687102B261D1612238
Octal26515016105346355414270
Binary1011010111010001110001010101110011011101101100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56871; }

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

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

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

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

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

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

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

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