#B56271

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

Shades of Turkish Rose #B56271

Tints of Turkish Rose #B56271

Color information

#B56271 (or 0xB56271) is unknown color: approx Turkish Rose. HEX triplet: B5, 62 and 71. RGB value is (181,98,113). Sum of RGB (Red+Green+Blue) = 181+98+113=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B56271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56271 is #4A9D8E. Grayscale: #7C7C7C. Windows color (decimal): -4889999 or 7430837. OLE color: 7430837.

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

Color convert

RGB18198113-
CMYK00.460.380.29
HSL349.16º35.93%54.71%-
HSV(B)349.16º45.86%70.98%-
XYZ26.419.7518.04-
YUV124.53121.5168.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=46.17%
G=25%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819811300.460.380.29349.1635.9354.71
HexB5627102E261D15d2437
Octal26514216105646355354467
Binary1011010111000101110001010111010011011101101011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56271; }

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

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

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

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

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

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

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

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