Html Css Color HEX #B06323 Mai Tai

📋 copy color: '#B06323'

red 176 ◦ green 99 ◦ blue 35

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

Shades of Mai Tai #B06323

Tints of Mai Tai #B06323

RGB

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

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

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

R = 56.77%
G = 31.94%
B = 11.29%

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

#B06323 (or 0xB06323) is known color: Mai Tai. HEX triplet: B0, 63 and 23. RGB value is (176,99,35). Sum of RGB (Red+Green+Blue) = 176+99+35=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B06323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06323 is #4F9CDC. Grayscale: #737373. Windows color (decimal): -5217501 or 2319280. OLE color: 2319280.

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

Color convert

RGB 176 99 35 -
CMYK 0 0.44 0.80 0.31
HSL 27.23º 0.67% 0.41% -
HSV(B) 27.23º 0.8% 0.69% -
XYZ 22.67 18.28 3.92 -
YUV 114.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 176 99 35 0 0.44 0.80 0.31 27.23 0.67 0.41
Hex B0 63 23 0 2C 50 1F 1B 43 29
Octal 260 143 43 0 54 120 37 33 103 51
Binary 10110000 1100011 100011 0 101100 1010000 11111 11011 1000011 101001

Color Harmonies of #B06323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06323

Black with #B06323

Text Example


Text Example

White with #B06323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06323; }

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

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

background-color css

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

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

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

border-color css

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

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

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