#B16870

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

Shades of Turkish Rose #B16870

Tints of Turkish Rose #B16870

Color information

#B16870 (or 0xB16870) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 70. RGB value is (177,104,112). Sum of RGB (Red+Green+Blue) = 177+104+112=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16870 is #4E978F. Grayscale: #7E7E7E. Windows color (decimal): -5150608 or 7366833. OLE color: 7366833.

HSL color Cylindrical-coordinate representation of color #B16870: hue angle of 353.42º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16870 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177104112-
CMYK00.410.370.31
HSL353.42º31.88%55.1%-
HSV(B)353.42º41.24%69.41%-
XYZ26.0120.4217.9-
YUV126.74119.68163.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=45.04%
G=26.46%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710411200.410.370.31353.4231.8855.1
HexB16870029251F1612037
Octal26115016005145375414067
Binary1011000111010001110000010100110010111111101100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16870; }

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

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

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

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

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

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

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

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