Html Css Color HEX #B16324 Mai Tai

📋 copy color: '#B16324'

red 177 ◦ green 99 ◦ blue 36

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

Shades of Mai Tai #B16324

Tints of Mai Tai #B16324

RGB

 RED value IS 177 (69.53% from 255) = 56.73%

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 56.73%
G = 31.73%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B16324 (or 0xB16324) is known color: Mai Tai. HEX triplet: B1, 63 and 24. RGB value is (177,99,36). Sum of RGB (Red+Green+Blue) = 177+99+36=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B16324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16324 is #4E9CDB. Grayscale: #737373. Windows color (decimal): -5151964 or 2384817. OLE color: 2384817.

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

Color convert

RGB 177 99 36 -
CMYK 0 0.44 0.80 0.31
HSL 26.81º 0.66% 0.42% -
HSV(B) 26.81º 0.8% 0.69% -
XYZ 22.91 18.4 4.01 -
YUV 115.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 177 99 36 0 0.44 0.80 0.31 26.81 0.66 0.42
Hex B1 63 24 0 2C 50 1F 1B 42 2A
Octal 261 143 44 0 54 120 37 33 102 52
Binary 10110001 1100011 100100 0 101100 1010000 11111 11011 1000010 101010

Color Harmonies of #B16324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16324

Black with #B16324

Text Example


Text Example

White with #B16324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16324; }

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

 H1.HeaderClassName
 {
   color: #B16324;
 }
 .AnyTagClassName
 {
   color: #B16324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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