#B16375

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

Shades of Turkish Rose #B16375

Tints of Turkish Rose #B16375

Color information

#B16375 (or 0xB16375) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 75. RGB value is (177,99,117). Sum of RGB (Red+Green+Blue) = 177+99+117=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16375 is #4E9C8A. Grayscale: #7C7C7C. Windows color (decimal): -5151883 or 7693233. OLE color: 7693233.

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

Color convert

RGB17799117-
CMYK00.440.340.31
HSL346.15º33.33%54.12%-
HSV(B)346.15º44.07%69.41%-
XYZ25.819.5619.24-
YUV124.37123.84165.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=45.04%
G=25.19%
B=29.77%

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
Decimal1779911700.440.340.31346.1533.3354.12
HexB1637502C221F15a2136
Octal26114316505442375324166
Binary1011000111000111110101010110010001011111101011010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16375; }

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

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

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

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

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

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

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

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