#B16878

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

Shades of Turkish Rose #B16878

Tints of Turkish Rose #B16878

Color information

#B16878 (or 0xB16878) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 78. RGB value is (177,104,120). Sum of RGB (Red+Green+Blue) = 177+104+120=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16878 is #4E9787. Grayscale: #7F7F7F. Windows color (decimal): -5150600 or 7891121. OLE color: 7891121.

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

Color convert

RGB177104120-
CMYK00.410.320.31
HSL346.85º31.88%55.1%-
HSV(B)346.85º41.24%69.41%-
XYZ26.4720.620.35-
YUV127.65123.68163.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=44.14%
G=25.94%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710412000.410.320.31346.8531.8855.1
HexB16878029201F15b2037
Octal26115017005140375334067
Binary1011000111010001111000010100110000011111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16878; }

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

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

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

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

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

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

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

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