Html Css Color HEX #B88329 Mandalay

📋 copy color: '#B88329'

red 184 ◦ green 131 ◦ blue 41

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

Shades of Mandalay #B88329

Tints of Mandalay #B88329

RGB

 RED value IS 184 (72.27% from 255) = 51.69%

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 51.69%
G = 36.8%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B88329 (or 0xB88329) is known color: Mandalay. HEX triplet: B8, 83 and 29. RGB value is (184,131,41). Sum of RGB (Red+Green+Blue) = 184+131+41=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B88329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88329 is #477CD6. Grayscale: #888888. Windows color (decimal): -4685015 or 2720696. OLE color: 2720696.

HSL color Cylindrical-coordinate representation of color #B88329: hue angle of 37.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B88329 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 41 -
CMYK 0 0.29 0.78 0.28
HSL 37.76º 0.64% 0.44% -
HSV(B) 37.76º 0.78% 0.72% -
XYZ 28.28 26.58 5.74 -
YUV 136.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 184 131 41 0 0.29 0.78 0.28 37.76 0.64 0.44
Hex B8 83 29 0 1D 4E 1C 26 40 2C
Octal 270 203 51 0 35 116 34 46 100 54
Binary 10111000 10000011 101001 0 11101 1001110 11100 100110 1000000 101100

Color Harmonies of #B88329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88329

Black with #B88329

Text Example


Text Example

White with #B88329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88329; }

 p { color: rgb(184,131,41); }

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

background-color css

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

 a { background-color: rgb(184,131,41); }

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

border-color css

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

 span { border-color: rgb(184,131,41); }

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