#B16173

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

Shades of Turkish Rose #B16173

Tints of Turkish Rose #B16173

Color information

#B16173 (or 0xB16173) is unknown color: approx Turkish Rose. HEX triplet: B1, 61 and 73. RGB value is (177,97,115). Sum of RGB (Red+Green+Blue) = 177+97+115=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16173 is #4E9E8C. Grayscale: #7A7A7A. Windows color (decimal): -5152397 or 7561649. OLE color: 7561649.

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

Color convert

RGB17797115-
CMYK00.450.350.31
HSL346.5º33.9%53.73%-
HSV(B)346.5º45.2%69.41%-
XYZ25.519.1318.57-
YUV122.97123.5166.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=45.50%
G=24.94%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779711500.450.350.31346.533.953.73
HexB1617302D231F15a2236
Octal26114116305543375324266
Binary1011000111000011110011010110110001111111101011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16173; }

 p { color: rgb(177,97,115); }

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

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

 a { background-color: rgb(177,97,115); }

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

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

 span { border-color: rgb(177,97,115); }

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