#B56671

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

Shades of Turkish Rose #B56671

Tints of Turkish Rose #B56671

Color information

#B56671 (or 0xB56671) is unknown color: approx Turkish Rose. HEX triplet: B5, 66 and 71. RGB value is (181,102,113). Sum of RGB (Red+Green+Blue) = 181+102+113=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B56671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56671 is #4A998E. Grayscale: #7E7E7E. Windows color (decimal): -4888975 or 7431861. OLE color: 7431861.

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

Color convert

RGB181102113-
CMYK00.440.380.29
HSL351.65º34.8%55.49%-
HSV(B)351.65º43.65%70.98%-
XYZ26.7920.5218.17-
YUV126.88120.17166.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=45.71%
G=25.76%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110211300.440.380.29351.6534.855.49
HexB5667102C261D1602337
Octal26514616105446355404367
Binary1011010111001101110001010110010011011101101100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56671; }

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

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

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

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

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

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

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

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