Html Css Color HEX #B0621B Mai Tai

📋 copy color: '#B0621B'

red 176 ◦ green 98 ◦ blue 27

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

Shades of Mai Tai #B0621B

Tints of Mai Tai #B0621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 58.47%
G = 32.56%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0621B (or 0xB0621B) is known color: Mai Tai. HEX triplet: B0, 62 and 1B. RGB value is (176,98,27). Sum of RGB (Red+Green+Blue) = 176+98+27=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0621B is #4F9DE4. Grayscale: #717171. Windows color (decimal): -5217765 or 1794736. OLE color: 1794736.

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

Color convert

RGB 176 98 27 -
CMYK 0 0.44 0.85 0.31
HSL 28.59º 0.73% 0.4% -
HSV(B) 28.59º 0.85% 0.69% -
XYZ 22.47 18.04 3.34 -
YUV 113.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 176 98 27 0 0.44 0.85 0.31 28.59 0.73 0.4
Hex B0 62 1B 0 2C 55 1F 1D 49 28
Octal 260 142 33 0 54 125 37 35 111 50
Binary 10110000 1100010 11011 0 101100 1010101 11111 11101 1001001 101000

Color Harmonies of #B0621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0621B

Black with #B0621B

Text Example


Text Example

White with #B0621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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