#B47379

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

Shades of Turkish Rose #B47379

Tints of Turkish Rose #B47379

Color information

#B47379 (or 0xB47379) is unknown color: approx Turkish Rose. HEX triplet: B4, 73 and 79. RGB value is (180,115,121). Sum of RGB (Red+Green+Blue) = 180+115+121=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47379 is #4B8C86. Grayscale: #878787. Windows color (decimal): -4951175 or 7959476. OLE color: 7959476.

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

Color convert

RGB180115121-
CMYK00.360.330.29
HSL354.46º30.23%57.84%-
HSV(B)354.46º36.11%70.59%-
XYZ28.423.3521.1-
YUV135.12120.03160.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=43.27%
G=27.64%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011512100.360.330.29354.4630.2357.84
HexB47379024211D1621e3a
Octal26416317104441355423672
Binary101101001110011111100101001001000011110110110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47379; }

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

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

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

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

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

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

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

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