Html Css Color HEX #B0641C Mai Tai

📋 copy color: '#B0641C'

red 176 ◦ green 100 ◦ blue 28

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

Shades of Mai Tai #B0641C

Tints of Mai Tai #B0641C

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

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

R = 57.89%
G = 32.89%
B = 9.21%

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

#B0641C (or 0xB0641C) is known color: Mai Tai. HEX triplet: B0, 64 and 1C. RGB value is (176,100,28). Sum of RGB (Red+Green+Blue) = 176+100+28=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0641C is #4F9BE3. Grayscale: #727272. Windows color (decimal): -5217252 or 1860784. OLE color: 1860784.

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

Color convert

RGB 176 100 28 -
CMYK 0 0.43 0.84 0.31
HSL 29.19º 0.73% 0.4% -
HSV(B) 29.19º 0.84% 0.69% -
XYZ 22.67 18.43 3.46 -
YUV 114.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 176 100 28 0 0.43 0.84 0.31 29.19 0.73 0.4
Hex B0 64 1C 0 2B 54 1F 1D 49 28
Octal 260 144 34 0 53 124 37 35 111 50
Binary 10110000 1100100 11100 0 101011 1010100 11111 11101 1001001 101000

Color Harmonies of #B0641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0641C

Black with #B0641C

Text Example


Text Example

White with #B0641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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