#B0642A

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

Shades of Mai Tai #B0642A

Tints of Mai Tai #B0642A

Color information

#B0642A (or 0xB0642A) is unknown color: approx Mai Tai. HEX triplet: B0, 64 and 2A. RGB value is (176,100,42). Sum of RGB (Red+Green+Blue) = 176+100+42=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0642A is #4F9BD5. Grayscale: #747474. Windows color (decimal): -5217238 or 2778288. OLE color: 2778288.

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

Color convert

RGB17610042-
CMYK00.430.760.31
HSL25.97º61.47%42.75%-
HSV(B)25.97º76.14%69.02%-
XYZ22.8818.514.56-
YUV116.1186.18170.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=55.35%
G=31.45%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761004200.430.760.3125.9761.4742.75
HexB0642A02B4C1F1a3d2b
Octal2601445205311437327553
Binary101100001100100101010010101110011001111111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0642A; }

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

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

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

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

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

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

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

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