#B47174

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

Shades of Turkish Rose #B47174

Tints of Turkish Rose #B47174

Color information

#B47174 (or 0xB47174) is unknown color: approx Turkish Rose. HEX triplet: B4, 71 and 74. RGB value is (180,113,116). Sum of RGB (Red+Green+Blue) = 180+113+116=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B47174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47174 is #4B8E8B. Grayscale: #858585. Windows color (decimal): -4951692 or 7631284. OLE color: 7631284.

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

Color convert

RGB180113116-
CMYK00.370.360.29
HSL357.31º30.88%57.45%-
HSV(B)357.31º37.22%70.59%-
XYZ27.8822.7719.45-
YUV133.38118.2161.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=44.01%
G=27.63%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011311600.370.360.29357.3130.8857.45
HexB47174025241D1651f39
Octal26416116404544355453771
Binary101101001110001111010001001011001001110110110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47174; }

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

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

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

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

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

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

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

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