Html Css Color HEX #B0661B Mai Tai

📋 copy color: '#B0661B'

red 176 ◦ green 102 ◦ blue 27

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

Shades of Mai Tai #B0661B

Tints of Mai Tai #B0661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 57.7%
G = 33.44%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0661B (or 0xB0661B) is known color: Mai Tai. HEX triplet: B0, 66 and 1B. RGB value is (176,102,27). Sum of RGB (Red+Green+Blue) = 176+102+27=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0661B is #4F99E4. Grayscale: #737373. Windows color (decimal): -5216741 or 1795760. OLE color: 1795760.

HSL color Cylindrical-coordinate representation of color #B0661B: hue angle of 30.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0661B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 27 -
CMYK 0 0.42 0.85 0.31
HSL 30.2º 0.73% 0.4% -
HSV(B) 30.2º 0.85% 0.69% -
XYZ 22.85 18.81 3.46 -
YUV 115.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 176 102 27 0 0.42 0.85 0.31 30.2 0.73 0.4
Hex B0 66 1B 0 2A 55 1F 1E 49 28
Octal 260 146 33 0 52 125 37 36 111 50
Binary 10110000 1100110 11011 0 101010 1010101 11111 11110 1001001 101000

Color Harmonies of #B0661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0661B

Black with #B0661B

Text Example


Text Example

White with #B0661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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