Html Css Color HEX #B1631E Mai Tai

📋 copy color: '#B1631E'

red 177 ◦ green 99 ◦ blue 30

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

Shades of Mai Tai #B1631E

Tints of Mai Tai #B1631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 57.84%
G = 32.35%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1631E (or 0xB1631E) is known color: Mai Tai. HEX triplet: B1, 63 and 1E. RGB value is (177,99,30). Sum of RGB (Red+Green+Blue) = 177+99+30=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1631E is #4E9CE1. Grayscale: #727272. Windows color (decimal): -5151970 or 1991601. OLE color: 1991601.

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

Color convert

RGB 177 99 30 -
CMYK 0 0.44 0.83 0.31
HSL 28.16º 0.71% 0.41% -
HSV(B) 28.16º 0.83% 0.69% -
XYZ 22.83 18.36 3.57 -
YUV 114.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 177 99 30 0 0.44 0.83 0.31 28.16 0.71 0.41
Hex B1 63 1E 0 2C 53 1F 1C 47 29
Octal 261 143 36 0 54 123 37 34 107 51
Binary 10110001 1100011 11110 0 101100 1010011 11111 11100 1000111 101001

Color Harmonies of #B1631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1631E

Black with #B1631E

Text Example


Text Example

White with #B1631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1631E; }

 p { color: rgb(177,99,30); }

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

background-color css

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

 a { background-color: rgb(177,99,30); }

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

border-color css

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

 span { border-color: rgb(177,99,30); }

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