#B16869

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

Shades of Turkish Rose #B16869

Tints of Turkish Rose #B16869

Color information

#B16869 (or 0xB16869) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 69. RGB value is (177,104,105). Sum of RGB (Red+Green+Blue) = 177+104+105=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B16869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16869 is #4E9796. Grayscale: #7E7E7E. Windows color (decimal): -5150615 or 6908081. OLE color: 6908081.

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

Color convert

RGB177104105-
CMYK00.410.410.31
HSL359.18º31.88%55.1%-
HSV(B)359.18º41.24%69.41%-
XYZ25.6320.2715.93-
YUV125.94116.18164.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=45.85%
G=26.94%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710410500.410.410.31359.1831.8855.1
HexB16869029291F1672037
Octal26115015105151375474067
Binary1011000111010001101001010100110100111111101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16869; }

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

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

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

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

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

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

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

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