Html Css Color HEX #B1651C Mai Tai

📋 copy color: '#B1651C'

red 177 ◦ green 101 ◦ blue 28

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

Shades of Mai Tai #B1651C

Tints of Mai Tai #B1651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 57.84%
G = 33.01%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1651C (or 0xB1651C) is known color: Mai Tai. HEX triplet: B1, 65 and 1C. RGB value is (177,101,28). Sum of RGB (Red+Green+Blue) = 177+101+28=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1651C is #4E9AE3. Grayscale: #737373. Windows color (decimal): -5151460 or 1861041. OLE color: 1861041.

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

Color convert

RGB 177 101 28 -
CMYK 0 0.43 0.84 0.31
HSL 29.4º 0.73% 0.4% -
HSV(B) 29.4º 0.84% 0.69% -
XYZ 22.99 18.74 3.5 -
YUV 115.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 177 101 28 0 0.43 0.84 0.31 29.4 0.73 0.4
Hex B1 65 1C 0 2B 54 1F 1D 49 28
Octal 261 145 34 0 53 124 37 35 111 50
Binary 10110001 1100101 11100 0 101011 1010100 11111 11101 1001001 101000

Color Harmonies of #B1651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1651C

Black with #B1651C

Text Example


Text Example

White with #B1651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1651C; }

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

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

background-color css

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

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

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

border-color css

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

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

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