#B16D78

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

Shades of Turkish Rose #B16D78

Tints of Turkish Rose #B16D78

Color information

#B16D78 (or 0xB16D78) is unknown color: approx Turkish Rose. HEX triplet: B1, 6D and 78. RGB value is (177,109,120). Sum of RGB (Red+Green+Blue) = 177+109+120=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D78 is #4E9287. Grayscale: #828282. Windows color (decimal): -5149320 or 7892401. OLE color: 7892401.

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

Color convert

RGB177109120-
CMYK00.380.320.31
HSL350.29º30.36%56.08%-
HSV(B)350.29º38.42%69.41%-
XYZ26.9921.6420.52-
YUV130.59122.03161.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=43.60%
G=26.85%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710912000.380.320.31350.2930.3656.08
HexB16D78026201F15e1e38
Octal26115517004640375363670
Binary101100011101101111100001001101000001111110101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D78; }

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

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

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

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

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

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

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

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