Html Css Color HEX #B16428 Mai Tai

📋 copy color: '#B16428'

red 177 ◦ green 100 ◦ blue 40

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

Shades of Mai Tai #B16428

Tints of Mai Tai #B16428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 55.84%
G = 31.55%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B16428 (or 0xB16428) is known color: Mai Tai. HEX triplet: B1, 64 and 28. RGB value is (177,100,40). Sum of RGB (Red+Green+Blue) = 177+100+40=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B16428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16428 is #4E9BD7. Grayscale: #747474. Windows color (decimal): -5151704 or 2647217. OLE color: 2647217.

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

Color convert

RGB 177 100 40 -
CMYK 0 0.44 0.77 0.31
HSL 26.28º 0.63% 0.43% -
HSV(B) 26.28º 0.77% 0.69% -
XYZ 23.07 18.61 4.38 -
YUV 116.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 177 100 40 0 0.44 0.77 0.31 26.28 0.63 0.43
Hex B1 64 28 0 2C 4D 1F 1A 3F 2B
Octal 261 144 50 0 54 115 37 32 77 53
Binary 10110001 1100100 101000 0 101100 1001101 11111 11010 111111 101011

Color Harmonies of #B16428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16428

Black with #B16428

Text Example


Text Example

White with #B16428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16428; }

 p { color: rgb(177,100,40); }

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

background-color css

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

 a { background-color: rgb(177,100,40); }

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

border-color css

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

 span { border-color: rgb(177,100,40); }

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