#B16978

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

Shades of Turkish Rose #B16978

Tints of Turkish Rose #B16978

Color information

#B16978 (or 0xB16978) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 78. RGB value is (177,105,120). Sum of RGB (Red+Green+Blue) = 177+105+120=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B16978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16978 is #4E9687. Grayscale: #808080. Windows color (decimal): -5150344 or 7891377. OLE color: 7891377.

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

Color convert

RGB177105120-
CMYK00.410.320.31
HSL347.5º31.58%55.29%-
HSV(B)347.5º40.68%69.41%-
XYZ26.5720.8120.38-
YUV128.24123.35162.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=44.03%
G=26.12%
B=29.85%

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
Decimal17710512000.410.320.31347.531.5855.29
HexB16978029201F15c2037
Octal26115117005140375344067
Binary1011000111010011111000010100110000011111101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16978; }

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

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

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

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

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

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

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

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