Html Css Color HEX #B06426 Mai Tai

📋 copy color: '#B06426'

red 176 ◦ green 100 ◦ blue 38

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

Shades of Mai Tai #B06426

Tints of Mai Tai #B06426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 56.05%
G = 31.85%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06426 (or 0xB06426) is known color: Mai Tai. HEX triplet: B0, 64 and 26. RGB value is (176,100,38). Sum of RGB (Red+Green+Blue) = 176+100+38=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06426 is #4F9BD9. Grayscale: #737373. Windows color (decimal): -5217242 or 2516144. OLE color: 2516144.

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

Color convert

RGB 176 100 38 -
CMYK 0 0.43 0.78 0.31
HSL 26.96º 0.64% 0.42% -
HSV(B) 26.96º 0.78% 0.69% -
XYZ 22.81 18.48 4.2 -
YUV 115.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 176 100 38 0 0.43 0.78 0.31 26.96 0.64 0.42
Hex B0 64 26 0 2B 4E 1F 1B 40 2A
Octal 260 144 46 0 53 116 37 33 100 52
Binary 10110000 1100100 100110 0 101011 1001110 11111 11011 1000000 101010

Color Harmonies of #B06426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06426

Black with #B06426

Text Example


Text Example

White with #B06426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06426; }

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

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

background-color css

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

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

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

border-color css

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

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

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