Html Css Color HEX #B06424 Mai Tai

📋 copy color: '#B06424'

red 176 ◦ green 100 ◦ blue 36

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

Shades of Mai Tai #B06424

Tints of Mai Tai #B06424

RGB

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

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

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

R = 56.41%
G = 32.05%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06424 (or 0xB06424) is known color: Mai Tai. HEX triplet: B0, 64 and 24. RGB value is (176,100,36). Sum of RGB (Red+Green+Blue) = 176+100+36=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06424 is #4F9BDB. Grayscale: #737373. Windows color (decimal): -5217244 or 2385072. OLE color: 2385072.

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

Color convert

RGB 176 100 36 -
CMYK 0 0.43 0.80 0.31
HSL 27.43º 0.66% 0.42% -
HSV(B) 27.43º 0.8% 0.69% -
XYZ 22.78 18.47 4.03 -
YUV 115.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 176 100 36 0 0.43 0.80 0.31 27.43 0.66 0.42
Hex B0 64 24 0 2B 50 1F 1B 42 2A
Octal 260 144 44 0 53 120 37 33 102 52
Binary 10110000 1100100 100100 0 101011 1010000 11111 11011 1000010 101010

Color Harmonies of #B06424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06424

Black with #B06424

Text Example


Text Example

White with #B06424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06424; }

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

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

background-color css

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

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

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

border-color css

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

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

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