#B47374

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

Shades of Turkish Rose #B47374

Tints of Turkish Rose #B47374

Color information

#B47374 (or 0xB47374) is unknown color: approx Turkish Rose. HEX triplet: B4, 73 and 74. RGB value is (180,115,116). Sum of RGB (Red+Green+Blue) = 180+115+116=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47374 is #4B8C8B. Grayscale: #868686. Windows color (decimal): -4951180 or 7631796. OLE color: 7631796.

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

Color convert

RGB180115116-
CMYK00.360.360.29
HSL359.08º30.23%57.84%-
HSV(B)359.08º36.11%70.59%-
XYZ28.1123.2319.52-
YUV134.55117.53160.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=43.80%
G=27.98%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011511600.360.360.29359.0830.2357.84
HexB47374024241D1671e3a
Octal26416316404444355473672
Binary101101001110011111010001001001001001110110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47374; }

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

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

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

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

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

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

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

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