#B46977

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

Shades of Turkish Rose #B46977

Tints of Turkish Rose #B46977

Color information

#B46977 (or 0xB46977) is unknown color: approx Turkish Rose. HEX triplet: B4, 69 and 77. RGB value is (180,105,119). Sum of RGB (Red+Green+Blue) = 180+105+119=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46977 is #4B9688. Grayscale: #818181. Windows color (decimal): -4953737 or 7825844. OLE color: 7825844.

HSL color Cylindrical-coordinate representation of color #B46977: hue angle of 348.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46977 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180105119-
CMYK00.420.340.29
HSL348.8º33.33%55.88%-
HSV(B)348.8º41.67%70.59%-
XYZ27.221.1420.1-
YUV129.02122.35164.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=44.55%
G=25.99%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010511900.420.340.29348.833.3355.88
HexB4697702A221D15d2138
Octal26415116705242355354170
Binary1011010011010011110111010101010001011101101011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46977; }

 p { color: rgb(180,105,119); }

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

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

 a { background-color: rgb(180,105,119); }

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

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

 span { border-color: rgb(180,105,119); }

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