#B56872

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

Shades of Turkish Rose #B56872

Tints of Turkish Rose #B56872

Color information

#B56872 (or 0xB56872) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 72. RGB value is (181,104,114). Sum of RGB (Red+Green+Blue) = 181+104+114=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56872 is #4A978D. Grayscale: #808080. Windows color (decimal): -4888462 or 7497909. OLE color: 7497909.

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

Color convert

RGB181104114-
CMYK00.430.370.29
HSL352.21º34.22%55.88%-
HSV(B)352.21º42.54%70.98%-
XYZ27.0420.9418.54-
YUV128.16120.01165.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=45.36%
G=26.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110411400.430.370.29352.2134.2255.88
HexB5687202B251D1602238
Octal26515016205345355404270
Binary1011010111010001110010010101110010111101101100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56872; }

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

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

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

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

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

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

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

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