#B16374

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

Shades of Turkish Rose #B16374

Tints of Turkish Rose #B16374

Color information

#B16374 (or 0xB16374) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 74. RGB value is (177,99,116). Sum of RGB (Red+Green+Blue) = 177+99+116=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16374 is #4E9C8B. Grayscale: #7C7C7C. Windows color (decimal): -5151884 or 7627697. OLE color: 7627697.

HSL color Cylindrical-coordinate representation of color #B16374: hue angle of 346.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16374 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17799116-
CMYK00.440.340.31
HSL346.92º33.33%54.12%-
HSV(B)346.92º44.07%69.41%-
XYZ25.7519.5318.94-
YUV124.26123.34165.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=45.15%
G=25.26%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779911600.440.340.31346.9233.3354.12
HexB1637402C221F15b2136
Octal26114316405442375334166
Binary1011000111000111110100010110010001011111101011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16374; }

 p { color: rgb(177,99,116); }

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

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

 a { background-color: rgb(177,99,116); }

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

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

 span { border-color: rgb(177,99,116); }

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