Html Css Color HEX #B0621C Mai Tai

📋 copy color: '#B0621C'

red 176 ◦ green 98 ◦ blue 28

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

Shades of Mai Tai #B0621C

Tints of Mai Tai #B0621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 58.28%
G = 32.45%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0621C (or 0xB0621C) is known color: Mai Tai. HEX triplet: B0, 62 and 1C. RGB value is (176,98,28). Sum of RGB (Red+Green+Blue) = 176+98+28=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0621C is #4F9DE3. Grayscale: #717171. Windows color (decimal): -5217764 or 1860272. OLE color: 1860272.

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

Color convert

RGB 176 98 28 -
CMYK 0 0.44 0.84 0.31
HSL 28.38º 0.73% 0.4% -
HSV(B) 28.38º 0.84% 0.69% -
XYZ 22.48 18.05 3.4 -
YUV 113.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 176 98 28 0 0.44 0.84 0.31 28.38 0.73 0.4
Hex B0 62 1C 0 2C 54 1F 1C 49 28
Octal 260 142 34 0 54 124 37 34 111 50
Binary 10110000 1100010 11100 0 101100 1010100 11111 11100 1001001 101000

Color Harmonies of #B0621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0621C

Black with #B0621C

Text Example


Text Example

White with #B0621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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