Html Css Color HEX #B88032 Mandalay

📋 copy color: '#B88032'

red 184 ◦ green 128 ◦ blue 50

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

Shades of Mandalay #B88032

Tints of Mandalay #B88032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 50.83%
G = 35.36%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B88032 (or 0xB88032) is known color: Mandalay. HEX triplet: B8, 80 and 32. RGB value is (184,128,50). Sum of RGB (Red+Green+Blue) = 184+128+50=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B88032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88032 is #477FCD. Grayscale: #888888. Windows color (decimal): -4685774 or 3309752. OLE color: 3309752.

HSL color Cylindrical-coordinate representation of color #B88032: hue angle of 34.93º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B88032 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 50 -
CMYK 0 0.30 0.73 0.28
HSL 34.93º 0.57% 0.46% -
HSV(B) 34.93º 0.73% 0.72% -
XYZ 28.06 25.86 6.53 -
YUV 135.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 184 128 50 0 0.30 0.73 0.28 34.93 0.57 0.46
Hex B8 80 32 0 1E 49 1C 23 39 2E
Octal 270 200 62 0 36 111 34 43 71 56
Binary 10111000 10000000 110010 0 11110 1001001 11100 100011 111001 101110

Color Harmonies of #B88032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88032

Black with #B88032

Text Example


Text Example

White with #B88032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88032; }

 p { color: rgb(184,128,50); }

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

background-color css

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

 a { background-color: rgb(184,128,50); }

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

border-color css

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

 span { border-color: rgb(184,128,50); }

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