Html Css Color HEX #B1641C Mai Tai

📋 copy color: '#B1641C'

red 177 ◦ green 100 ◦ blue 28

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

Shades of Mai Tai #B1641C

Tints of Mai Tai #B1641C

RGB

 RED value IS 177 (69.53% from 255) = 58.03%

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 58.03%
G = 32.79%
B = 9.18%

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

#B1641C (or 0xB1641C) is known color: Mai Tai. HEX triplet: B1, 64 and 1C. RGB value is (177,100,28). Sum of RGB (Red+Green+Blue) = 177+100+28=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1641C is #4E9BE3. Grayscale: #737373. Windows color (decimal): -5151716 or 1860785. OLE color: 1860785.

HSL color Cylindrical-coordinate representation of color #B1641C: hue angle of 28.99º 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 #B1641C is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 28 -
CMYK 0 0.44 0.84 0.31
HSL 28.99º 0.73% 0.4% -
HSV(B) 28.99º 0.84% 0.69% -
XYZ 22.9 18.55 3.47 -
YUV 114.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 177 100 28 0 0.44 0.84 0.31 28.99 0.73 0.4
Hex B1 64 1C 0 2C 54 1F 1D 49 28
Octal 261 144 34 0 54 124 37 35 111 50
Binary 10110001 1100100 11100 0 101100 1010100 11111 11101 1001001 101000

Color Harmonies of #B1641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1641C

Black with #B1641C

Text Example


Text Example

White with #B1641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1641C; }

 p { color: rgb(177,100,28); }

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

background-color css

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

 a { background-color: rgb(177,100,28); }

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

border-color css

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

 span { border-color: rgb(177,100,28); }

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