#B47475

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

Shades of Turkish Rose #B47475

Tints of Turkish Rose #B47475

Color information

#B47475 (or 0xB47475) is unknown color: approx Turkish Rose. HEX triplet: B4, 74 and 75. RGB value is (180,116,117). Sum of RGB (Red+Green+Blue) = 180+116+117=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47475 is #4B8B8A. Grayscale: #878787. Windows color (decimal): -4950923 or 7697588. OLE color: 7697588.

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

Color convert

RGB180116117-
CMYK00.360.350.29
HSL359.06º29.91%58.04%-
HSV(B)359.06º35.56%70.59%-
XYZ28.2823.4819.87-
YUV135.25117.7159.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=43.58%
G=28.09%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011611700.360.350.29359.0629.9158.04
HexB47475024231D1671e3a
Octal26416416504443355473672
Binary101101001110100111010101001001000111110110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47475; }

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

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

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

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

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

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

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

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