#B16470

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

Shades of Turkish Rose #B16470

Tints of Turkish Rose #B16470

Color information

#B16470 (or 0xB16470) is unknown color: approx Turkish Rose. HEX triplet: B1, 64 and 70. RGB value is (177,100,112). Sum of RGB (Red+Green+Blue) = 177+100+112=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16470 is #4E9B8F. Grayscale: #7C7C7C. Windows color (decimal): -5151632 or 7365809. OLE color: 7365809.

HSL color Cylindrical-coordinate representation of color #B16470: hue angle of 350.65º 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 #B16470 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177100112-
CMYK00.440.370.31
HSL350.65º33.05%54.31%-
HSV(B)350.65º43.5%69.41%-
XYZ25.6119.6317.77-
YUV124.39121.01165.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=45.50%
G=25.71%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710011200.440.370.31350.6533.0554.31
HexB1647002C251F15f2136
Octal26114416005445375374166
Binary1011000111001001110000010110010010111111101011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16470; }

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

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

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

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

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

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

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

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