Html Css Color HEX #B06223 Mai Tai

📋 copy color: '#B06223'

red 176 ◦ green 98 ◦ blue 35

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

Shades of Mai Tai #B06223

Tints of Mai Tai #B06223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 56.96%
G = 31.72%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06223 (or 0xB06223) is known color: Mai Tai. HEX triplet: B0, 62 and 23. RGB value is (176,98,35). Sum of RGB (Red+Green+Blue) = 176+98+35=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B06223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06223 is #4F9DDC. Grayscale: #727272. Windows color (decimal): -5217757 or 2319024. OLE color: 2319024.

HSL color Cylindrical-coordinate representation of color #B06223: hue angle of 26.81º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06223 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 35 -
CMYK 0 0.44 0.80 0.31
HSL 26.81º 0.67% 0.41% -
HSV(B) 26.81º 0.8% 0.69% -
XYZ 22.58 18.09 3.89 -
YUV 114.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 176 98 35 0 0.44 0.80 0.31 26.81 0.67 0.41
Hex B0 62 23 0 2C 50 1F 1B 43 29
Octal 260 142 43 0 54 120 37 33 103 51
Binary 10110000 1100010 100011 0 101100 1010000 11111 11011 1000011 101001

Color Harmonies of #B06223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06223

Black with #B06223

Text Example


Text Example

White with #B06223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06223; }

 p { color: rgb(176,98,35); }

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

background-color css

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

 a { background-color: rgb(176,98,35); }

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

border-color css

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

 span { border-color: rgb(176,98,35); }

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