#B16476

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

Shades of Turkish Rose #B16476

Tints of Turkish Rose #B16476

Color information

#B16476 (or 0xB16476) is unknown color: approx Turkish Rose. HEX triplet: B1, 64 and 76. RGB value is (177,100,118). Sum of RGB (Red+Green+Blue) = 177+100+118=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16476 is #4E9B89. Grayscale: #7D7D7D. Windows color (decimal): -5151626 or 7759025. OLE color: 7759025.

HSL color Cylindrical-coordinate representation of color #B16476: hue angle of 345.97º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16476 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB177100118-
CMYK00.440.330.31
HSL345.97º33.05%54.31%-
HSV(B)345.97º43.5%69.41%-
XYZ25.9619.7719.59-
YUV125.07124.01165.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=44.81%
G=25.32%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710011800.440.330.31345.9733.0554.31
HexB1647602C211F15a2136
Octal26114416605441375324166
Binary1011000111001001110110010110010000111111101011010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16476; }

 p { color: rgb(177,100,118); }

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

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

 a { background-color: rgb(177,100,118); }

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

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

 span { border-color: rgb(177,100,118); }

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