Html Css Color HEX #B06422 Mai Tai

📋 copy color: '#B06422'

red 176 ◦ green 100 ◦ blue 34

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

Shades of Mai Tai #B06422

Tints of Mai Tai #B06422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 56.77%
G = 32.26%
B = 10.97%

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

#B06422 (or 0xB06422) is known color: Mai Tai. HEX triplet: B0, 64 and 22. RGB value is (176,100,34). Sum of RGB (Red+Green+Blue) = 176+100+34=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B06422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06422 is #4F9BDD. Grayscale: #737373. Windows color (decimal): -5217246 or 2254000. OLE color: 2254000.

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

Color convert

RGB 176 100 34 -
CMYK 0 0.43 0.81 0.31
HSL 27.89º 0.68% 0.41% -
HSV(B) 27.89º 0.81% 0.69% -
XYZ 22.75 18.46 3.88 -
YUV 115.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 176 100 34 0 0.43 0.81 0.31 27.89 0.68 0.41
Hex B0 64 22 0 2B 51 1F 1C 44 29
Octal 260 144 42 0 53 121 37 34 104 51
Binary 10110000 1100100 100010 0 101011 1010001 11111 11100 1000100 101001

Color Harmonies of #B06422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06422

Black with #B06422

Text Example


Text Example

White with #B06422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06422; }

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

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

background-color css

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

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

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

border-color css

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

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

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