#B0621E

Color #B0621E Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #B0621E

Tints of Mai Tai #B0621E

Color information

#B0621E (or 0xB0621E) is unknown color: approx Mai Tai. HEX triplet: B0, 62 and 1E. RGB value is (176,98,30). Sum of RGB (Red+Green+Blue) = 176+98+30=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0621E is #4F9DE1. Grayscale: #717171. Windows color (decimal): -5217762 or 1991344. OLE color: 1991344.

HSL color Cylindrical-coordinate representation of color #B0621E: hue angle of 27.95º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0621E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1769830-
CMYK00.440.830.31
HSL27.95º70.87%40.39%-
HSV(B)27.95º82.95%69.02%-
XYZ22.5118.063.53-
YUV113.5780.84172.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=57.89%
G=32.24%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176983000.440.830.3127.9570.8740.39
HexB0621E02C531F1c4728
Octal26014236054123373410750
Binary101100001100010111100101100101001111111111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0621E; }

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

 H1.HeaderClassName
 {
   color: #B0621E;
 }
 .AnyTagClassName
 {
   color: #B0621E;
 }
</style>
background-color css

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

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

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

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

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

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