Html Css Color HEX #B0661D Mai Tai

📋 copy color: '#B0661D'

red 176 ◦ green 102 ◦ blue 29

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

Shades of Mai Tai #B0661D

Tints of Mai Tai #B0661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 57.33%
G = 33.22%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0661D (or 0xB0661D) is known color: Mai Tai. HEX triplet: B0, 66 and 1D. RGB value is (176,102,29). Sum of RGB (Red+Green+Blue) = 176+102+29=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0661D is #4F99E2. Grayscale: #747474. Windows color (decimal): -5216739 or 1926832. OLE color: 1926832.

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

Color convert

RGB 176 102 29 -
CMYK 0 0.42 0.84 0.31
HSL 29.8º 0.72% 0.4% -
HSV(B) 29.8º 0.84% 0.69% -
XYZ 22.88 18.82 3.59 -
YUV 115.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 176 102 29 0 0.42 0.84 0.31 29.8 0.72 0.4
Hex B0 66 1D 0 2A 54 1F 1E 48 28
Octal 260 146 35 0 52 124 37 36 110 50
Binary 10110000 1100110 11101 0 101010 1010100 11111 11110 1001000 101000

Color Harmonies of #B0661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0661D

Black with #B0661D

Text Example


Text Example

White with #B0661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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