Html Css Color HEX #B0632A Mai Tai

📋 copy color: '#B0632A'

red 176 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #B0632A

Tints of Mai Tai #B0632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 55.52%
G = 31.23%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0632A (or 0xB0632A) is known color: Mai Tai. HEX triplet: B0, 63 and 2A. RGB value is (176,99,42). Sum of RGB (Red+Green+Blue) = 176+99+42=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0632A is #4F9CD5. Grayscale: #737373. Windows color (decimal): -5217494 or 2778032. OLE color: 2778032.

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

Color convert

RGB 176 99 42 -
CMYK 0 0.44 0.76 0.31
HSL 25.52º 0.61% 0.43% -
HSV(B) 25.52º 0.76% 0.69% -
XYZ 22.78 18.32 4.53 -
YUV 115.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 176 99 42 0 0.44 0.76 0.31 25.52 0.61 0.43
Hex B0 63 2A 0 2C 4C 1F 1A 3D 2B
Octal 260 143 52 0 54 114 37 32 75 53
Binary 10110000 1100011 101010 0 101100 1001100 11111 11010 111101 101011

Color Harmonies of #B0632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0632A

Black with #B0632A

Text Example


Text Example

White with #B0632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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