#B06425

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

Shades of Mai Tai #B06425

Tints of Mai Tai #B06425

Color information

#B06425 (or 0xB06425) is unknown color: approx Mai Tai. HEX triplet: B0, 64 and 25. RGB value is (176,100,37). Sum of RGB (Red+Green+Blue) = 176+100+37=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06425 is #4F9BDA. Grayscale: #737373. Windows color (decimal): -5217243 or 2450608. OLE color: 2450608.

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

Color convert

RGB17610037-
CMYK00.430.790.31
HSL27.19º65.26%41.76%-
HSV(B)27.19º78.98%69.02%-
XYZ22.818.484.12-
YUV115.5483.68171.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=56.23%
G=31.95%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761003700.430.790.3127.1965.2641.76
HexB0642502B4F1F1b412a
Octal26014445053117373310152
Binary1011000011001001001010101011100111111111110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06425; }

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

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

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

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

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

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

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

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