Html Css Color HEX #B0631D Mai Tai

📋 copy color: '#B0631D'

red 176 ◦ green 99 ◦ blue 29

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

Shades of Mai Tai #B0631D

Tints of Mai Tai #B0631D

RGB

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

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

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

R = 57.89%
G = 32.57%
B = 9.54%

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

#B0631D (or 0xB0631D) is known color: Mai Tai. HEX triplet: B0, 63 and 1D. RGB value is (176,99,29). Sum of RGB (Red+Green+Blue) = 176+99+29=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0631D is #4F9CE2. Grayscale: #727272. Windows color (decimal): -5217507 or 1926064. OLE color: 1926064.

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

Color convert

RGB 176 99 29 -
CMYK 0 0.44 0.84 0.31
HSL 28.57º 0.72% 0.4% -
HSV(B) 28.57º 0.84% 0.69% -
XYZ 22.59 18.24 3.49 -
YUV 114.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 176 99 29 0 0.44 0.84 0.31 28.57 0.72 0.4
Hex B0 63 1D 0 2C 54 1F 1D 48 28
Octal 260 143 35 0 54 124 37 35 110 50
Binary 10110000 1100011 11101 0 101100 1010100 11111 11101 1001000 101000

Color Harmonies of #B0631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0631D

Black with #B0631D

Text Example


Text Example

White with #B0631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0631D; }

 p { color: rgb(176,99,29); }

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

background-color css

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

 a { background-color: rgb(176,99,29); }

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

border-color css

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

 span { border-color: rgb(176,99,29); }

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