#B47172

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

Shades of Turkish Rose #B47172

Tints of Turkish Rose #B47172

Color information

#B47172 (or 0xB47172) is unknown color: approx Turkish Rose. HEX triplet: B4, 71 and 72. RGB value is (180,113,114). Sum of RGB (Red+Green+Blue) = 180+113+114=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47172 is #4B8E8D. Grayscale: #858585. Windows color (decimal): -4951694 or 7500212. OLE color: 7500212.

HSL color Cylindrical-coordinate representation of color #B47172: hue angle of 359.1º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47172 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180113114-
CMYK00.370.370.29
HSL359.1º30.88%57.45%-
HSV(B)359.1º37.22%70.59%-
XYZ27.7622.7318.84-
YUV133.15117.2161.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=44.23%
G=27.76%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011311400.370.370.29359.130.8857.45
HexB47172025251D1671f39
Octal26416116204545355473771
Binary101101001110001111001001001011001011110110110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47172; }

 p { color: rgb(180,113,114); }

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

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

 a { background-color: rgb(180,113,114); }

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

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

 span { border-color: rgb(180,113,114); }

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