Html Css Color HEX #B06421 Mai Tai

📋 copy color: '#B06421'

red 176 ◦ green 100 ◦ blue 33

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

Shades of Mai Tai #B06421

Tints of Mai Tai #B06421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 56.96%
G = 32.36%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06421 (or 0xB06421) is known color: Mai Tai. HEX triplet: B0, 64 and 21. RGB value is (176,100,33). Sum of RGB (Red+Green+Blue) = 176+100+33=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06421 is #4F9BDE. Grayscale: #737373. Windows color (decimal): -5217247 or 2188464. OLE color: 2188464.

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

Color convert

RGB 176 100 33 -
CMYK 0 0.43 0.81 0.31
HSL 28.11º 0.68% 0.41% -
HSV(B) 28.11º 0.81% 0.69% -
XYZ 22.74 18.45 3.8 -
YUV 115.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 176 100 33 0 0.43 0.81 0.31 28.11 0.68 0.41
Hex B0 64 21 0 2B 51 1F 1C 44 29
Octal 260 144 41 0 53 121 37 34 104 51
Binary 10110000 1100100 100001 0 101011 1010001 11111 11100 1000100 101001

Color Harmonies of #B06421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06421

Black with #B06421

Text Example


Text Example

White with #B06421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06421; }

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

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

background-color css

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

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

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

border-color css

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

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

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