#B16876

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

Shades of Turkish Rose #B16876

Tints of Turkish Rose #B16876

Color information

#B16876 (or 0xB16876) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 76. RGB value is (177,104,118). Sum of RGB (Red+Green+Blue) = 177+104+118=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B16876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16876 is #4E9789. Grayscale: #7F7F7F. Windows color (decimal): -5150602 or 7760049. OLE color: 7760049.

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

Color convert

RGB177104118-
CMYK00.410.330.31
HSL348.49º31.88%55.1%-
HSV(B)348.49º41.24%69.41%-
XYZ26.3520.5619.72-
YUV127.42122.68163.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=44.36%
G=26.07%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710411800.410.330.31348.4931.8855.1
HexB16876029211F15c2037
Octal26115016605141375344067
Binary1011000111010001110110010100110000111111101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16876; }

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

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

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

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

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

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

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

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