#B47073

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

Shades of Turkish Rose #B47073

Tints of Turkish Rose #B47073

Color information

#B47073 (or 0xB47073) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 73. RGB value is (180,112,115). Sum of RGB (Red+Green+Blue) = 180+112+115=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47073 is #4B8F8C. Grayscale: #848484. Windows color (decimal): -4951949 or 7565492. OLE color: 7565492.

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

Color convert

RGB180112115-
CMYK00.380.360.29
HSL357.35º31.19%57.25%-
HSV(B)357.35º37.78%70.59%-
XYZ27.7122.5319.11-
YUV132.67118.03161.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=44.23%
G=27.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211500.380.360.29357.3531.1957.25
HexB47073026241D1651f39
Octal26416016304644355453771
Binary101101001110000111001101001101001001110110110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47073; }

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

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

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

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

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

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

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

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