#B47476

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

Shades of Turkish Rose #B47476

Tints of Turkish Rose #B47476

Color information

#B47476 (or 0xB47476) is unknown color: approx Turkish Rose. HEX triplet: B4, 74 and 76. RGB value is (180,116,118). Sum of RGB (Red+Green+Blue) = 180+116+118=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47476 is #4B8B89. Grayscale: #878787. Windows color (decimal): -4950922 or 7763124. OLE color: 7763124.

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

Color convert

RGB180116118-
CMYK00.360.340.29
HSL358.12º29.91%58.04%-
HSV(B)358.12º35.56%70.59%-
XYZ28.3423.520.18-
YUV135.36118.2159.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=43.48%
G=28.02%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011611800.360.340.29358.1229.9158.04
HexB47476024221D1661e3a
Octal26416416604442355463672
Binary101101001110100111011001001001000101110110110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47476; }

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

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

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

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

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

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

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

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