#B16673

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

Shades of Turkish Rose #B16673

Tints of Turkish Rose #B16673

Color information

#B16673 (or 0xB16673) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 73. RGB value is (177,102,115). Sum of RGB (Red+Green+Blue) = 177+102+115=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16673 is #4E998C. Grayscale: #7D7D7D. Windows color (decimal): -5151117 or 7562929. OLE color: 7562929.

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

Color convert

RGB177102115-
CMYK00.420.350.31
HSL349.6º32.47%54.71%-
HSV(B)349.6º42.37%69.41%-
XYZ25.9820.0918.73-
YUV125.91121.85164.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=44.92%
G=25.89%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710211500.420.350.31349.632.4754.71
HexB1667302A231F15e2037
Octal26114616305243375364067
Binary1011000111001101110011010101010001111111101011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16673; }

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

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

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

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

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

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

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

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