Html Css Color HEX #B1641D Mai Tai

📋 copy color: '#B1641D'

red 177 ◦ green 100 ◦ blue 29

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

Shades of Mai Tai #B1641D

Tints of Mai Tai #B1641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 57.84%
G = 32.68%
B = 9.48%

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

#B1641D (or 0xB1641D) is known color: Mai Tai. HEX triplet: B1, 64 and 1D. RGB value is (177,100,29). Sum of RGB (Red+Green+Blue) = 177+100+29=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1641D is #4E9BE2. Grayscale: #737373. Windows color (decimal): -5151715 or 1926321. OLE color: 1926321.

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

Color convert

RGB 177 100 29 -
CMYK 0 0.44 0.84 0.31
HSL 28.78º 0.72% 0.4% -
HSV(B) 28.78º 0.84% 0.69% -
XYZ 22.91 18.55 3.54 -
YUV 114.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 177 100 29 0 0.44 0.84 0.31 28.78 0.72 0.4
Hex B1 64 1D 0 2C 54 1F 1D 48 28
Octal 261 144 35 0 54 124 37 35 110 50
Binary 10110001 1100100 11101 0 101100 1010100 11111 11101 1001000 101000

Color Harmonies of #B1641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1641D

Black with #B1641D

Text Example


Text Example

White with #B1641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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