Html Css Color HEX #B06224 Mai Tai

📋 copy color: '#B06224'

red 176 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #B06224

Tints of Mai Tai #B06224

RGB

 RED value IS 176 (69.14% from 255) = 56.77%

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 56.77%
G = 31.61%
B = 11.61%

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

#B06224 (or 0xB06224) is known color: Mai Tai. HEX triplet: B0, 62 and 24. RGB value is (176,98,36). Sum of RGB (Red+Green+Blue) = 176+98+36=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B06224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06224 is #4F9DDB. Grayscale: #727272. Windows color (decimal): -5217756 or 2384560. OLE color: 2384560.

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

Color convert

RGB 176 98 36 -
CMYK 0 0.44 0.80 0.31
HSL 26.57º 0.66% 0.42% -
HSV(B) 26.57º 0.8% 0.69% -
XYZ 22.59 18.09 3.97 -
YUV 114.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 176 98 36 0 0.44 0.80 0.31 26.57 0.66 0.42
Hex B0 62 24 0 2C 50 1F 1B 42 2A
Octal 260 142 44 0 54 120 37 33 102 52
Binary 10110000 1100010 100100 0 101100 1010000 11111 11011 1000010 101010

Color Harmonies of #B06224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06224

Black with #B06224

Text Example


Text Example

White with #B06224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06224; }

 p { color: rgb(176,98,36); }

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

background-color css

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

 a { background-color: rgb(176,98,36); }

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

border-color css

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

 span { border-color: rgb(176,98,36); }

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