#B47071

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

Shades of Turkish Rose #B47071

Tints of Turkish Rose #B47071

Color information

#B47071 (or 0xB47071) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 71. RGB value is (180,112,113). Sum of RGB (Red+Green+Blue) = 180+112+113=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47071 is #4B8F8E. Grayscale: #848484. Windows color (decimal): -4951951 or 7434420. OLE color: 7434420.

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

Color convert

RGB180112113-
CMYK00.380.370.29
HSL359.12º31.19%57.25%-
HSV(B)359.12º37.78%70.59%-
XYZ27.622.4818.51-
YUV132.45117.03161.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=44.44%
G=27.65%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211300.380.370.29359.1231.1957.25
HexB47071026251D1671f39
Octal26416016104645355473771
Binary101101001110000111000101001101001011110110110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47071; }

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

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

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

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

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

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

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

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