#b16326

Color #B16326 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #B16326

Tints of Mai Tai #B16326

Color information

#B16326 (or 0xB16326) is unknown color: approx Mai Tai. HEX triplet: B1, 63 and 26. RGB value is (177,99,38). Sum of RGB (Red+Green+Blue) = 177+99+38=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16326 is #4E9CD9. Grayscale: #737373. Windows color (decimal): -5151962 or 2515889. OLE color: 2515889.

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

Color convert

RGB1779938-
CMYK00.440.790.31
HSL26.33º64.65%42.16%-
HSV(B)26.33º78.53%69.41%-
XYZ22.9418.414.18-
YUV115.3784.34171.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=56.37%
G=31.53%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177993800.440.790.3126.3364.6542.16
HexB1632602C4F1F1a412a
Octal26114346054117373210152
Binary1011000111000111001100101100100111111111110101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b16326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b16326; }

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

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

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

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

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

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

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

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