Html Css Color HEX #B16326 Mai Tai

📋 copy color: '#B16326'

red 177 ◦ green 99 ◦ blue 38

#B16326
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #B16326

Tints of Mai Tai #B16326

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.1%

R = 56.37%
G = 31.53%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B16326 (or 0xB16326) is known color: 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

RGB 177 99 38 -
CMYK 0 0.44 0.79 0.31
HSL 26.33º 0.65% 0.42% -
HSV(B) 26.33º 0.79% 0.69% -
XYZ 22.94 18.41 4.18 -
YUV 115.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 177 99 38 0 0.44 0.79 0.31 26.33 0.65 0.42
Hex B1 63 26 0 2C 4F 1F 1A 41 2A
Octal 261 143 46 0 54 117 37 32 101 52
Binary 10110001 1100011 100110 0 101100 1001111 11111 11010 1000001 101010

Color Harmonies of #B16326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16326

Black with #B16326

Text Example


Text Example

White with #B16326

Text Example


Text Example

HTML Codes & Css Web 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>