Html Css Color HEX #B1641B Mai Tai

📋 copy color: '#B1641B'

red 177 ◦ green 100 ◦ blue 27

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

Shades of Mai Tai #B1641B

Tints of Mai Tai #B1641B

RGB

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

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

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

R = 58.22%
G = 32.89%
B = 8.88%

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

#B1641B (or 0xB1641B) is known color: Mai Tai. HEX triplet: B1, 64 and 1B. RGB value is (177,100,27). Sum of RGB (Red+Green+Blue) = 177+100+27=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1641B is #4E9BE4. Grayscale: #737373. Windows color (decimal): -5151717 or 1795249. OLE color: 1795249.

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

Color convert

RGB 177 100 27 -
CMYK 0 0.44 0.85 0.31
HSL 29.2º 0.74% 0.4% -
HSV(B) 29.2º 0.85% 0.69% -
XYZ 22.89 18.54 3.41 -
YUV 114.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 177 100 27 0 0.44 0.85 0.31 29.2 0.74 0.4
Hex B1 64 1B 0 2C 55 1F 1D 4A 28
Octal 261 144 33 0 54 125 37 35 112 50
Binary 10110001 1100100 11011 0 101100 1010101 11111 11101 1001010 101000

Color Harmonies of #B1641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1641B

Black with #B1641B

Text Example


Text Example

White with #B1641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1641B; }

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

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

background-color css

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

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

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

border-color css

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

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

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