#B56372

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

Shades of Turkish Rose #B56372

Tints of Turkish Rose #B56372

Color information

#B56372 (or 0xB56372) is unknown color: approx Turkish Rose. HEX triplet: B5, 63 and 72. RGB value is (181,99,114). Sum of RGB (Red+Green+Blue) = 181+99+114=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56372 is #4A9C8D. Grayscale: #7D7D7D. Windows color (decimal): -4889742 or 7496629. OLE color: 7496629.

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

Color convert

RGB18199114-
CMYK00.450.370.29
HSL349.02º35.65%54.9%-
HSV(B)349.02º45.3%70.98%-
XYZ26.5619.9618.37-
YUV125.23121.67167.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=45.94%
G=25.13%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819911400.450.370.29349.0235.6554.9
HexB5637202D251D15d2437
Octal26514316205545355354467
Binary1011010111000111110010010110110010111101101011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56372; }

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

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

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

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

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

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

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

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