#B47075

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

Shades of Turkish Rose #B47075

Tints of Turkish Rose #B47075

Color information

#B47075 (or 0xB47075) is unknown color: approx Turkish Rose. HEX triplet: B4, 70 and 75. RGB value is (180,112,117). Sum of RGB (Red+Green+Blue) = 180+112+117=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B47075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47075 is #4B8F8A. Grayscale: #848484. Windows color (decimal): -4951947 or 7696564. OLE color: 7696564.

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

Color convert

RGB180112117-
CMYK00.380.350.29
HSL355.59º31.19%57.25%-
HSV(B)355.59º37.78%70.59%-
XYZ27.8322.5819.72-
YUV132.9119.03161.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=44.01%
G=27.38%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011211700.380.350.29355.5931.1957.25
HexB47075026231D1641f39
Octal26416016504643355443771
Binary101101001110000111010101001101000111110110110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47075; }

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

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

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

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

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

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

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

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