Html Css Color HEX #B16325 Mai Tai

📋 copy color: '#B16325'

red 177 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #B16325

Tints of Mai Tai #B16325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 56.55%
G = 31.63%
B = 11.82%

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

#B16325 (or 0xB16325) is known color: Mai Tai. HEX triplet: B1, 63 and 25. RGB value is (177,99,37). Sum of RGB (Red+Green+Blue) = 177+99+37=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B16325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16325 is #4E9CDA. Grayscale: #737373. Windows color (decimal): -5151963 or 2450353. OLE color: 2450353.

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

Color convert

RGB 177 99 37 -
CMYK 0 0.44 0.79 0.31
HSL 26.57º 0.65% 0.42% -
HSV(B) 26.57º 0.79% 0.69% -
XYZ 22.93 18.4 4.09 -
YUV 115.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 177 99 37 0 0.44 0.79 0.31 26.57 0.65 0.42
Hex B1 63 25 0 2C 4F 1F 1B 41 2A
Octal 261 143 45 0 54 117 37 33 101 52
Binary 10110001 1100011 100101 0 101100 1001111 11111 11011 1000001 101010

Color Harmonies of #B16325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16325

Black with #B16325

Text Example


Text Example

White with #B16325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16325; }

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

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

background-color css

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

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

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

border-color css

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

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

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