Html Css Color HEX #B0642B Mai Tai

📋 copy color: '#B0642B'

red 176 ◦ green 100 ◦ blue 43

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

Shades of Mai Tai #B0642B

Tints of Mai Tai #B0642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 55.17%
G = 31.35%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0642B (or 0xB0642B) is known color: Mai Tai. HEX triplet: B0, 64 and 2B. RGB value is (176,100,43). Sum of RGB (Red+Green+Blue) = 176+100+43=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0642B is #4F9BD4. Grayscale: #747474. Windows color (decimal): -5217237 or 2843824. OLE color: 2843824.

HSL color Cylindrical-coordinate representation of color #B0642B: hue angle of 25.71º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0642B is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 43 -
CMYK 0 0.43 0.76 0.31
HSL 25.71º 0.61% 0.43% -
HSV(B) 25.71º 0.76% 0.69% -
XYZ 22.9 18.52 4.65 -
YUV 116.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 176 100 43 0 0.43 0.76 0.31 25.71 0.61 0.43
Hex B0 64 2B 0 2B 4C 1F 1A 3D 2B
Octal 260 144 53 0 53 114 37 32 75 53
Binary 10110000 1100100 101011 0 101011 1001100 11111 11010 111101 101011

Color Harmonies of #B0642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0642B

Black with #B0642B

Text Example


Text Example

White with #B0642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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