#B16672

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

Shades of Turkish Rose #B16672

Tints of Turkish Rose #B16672

Color information

#B16672 (or 0xB16672) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 72. RGB value is (177,102,114). Sum of RGB (Red+Green+Blue) = 177+102+114=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16672 is #4E998D. Grayscale: #7D7D7D. Windows color (decimal): -5151118 or 7497393. OLE color: 7497393.

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

Color convert

RGB177102114-
CMYK00.420.360.31
HSL350.4º32.47%54.71%-
HSV(B)350.4º42.37%69.41%-
XYZ25.9220.0618.43-
YUV125.79121.35164.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=45.04%
G=25.95%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710211400.420.360.31350.432.4754.71
HexB1667202A241F15e2037
Octal26114616205244375364067
Binary1011000111001101110010010101010010011111101011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16672; }

 p { color: rgb(177,102,114); }

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

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

 a { background-color: rgb(177,102,114); }

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

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

 span { border-color: rgb(177,102,114); }

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