Html Css Color HEX #B88432 Mandalay

📋 copy color: '#B88432'

red 184 ◦ green 132 ◦ blue 50

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

Shades of Mandalay #B88432

Tints of Mandalay #B88432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 50.27%
G = 36.07%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B88432 (or 0xB88432) is known color: Mandalay. HEX triplet: B8, 84 and 32. RGB value is (184,132,50). Sum of RGB (Red+Green+Blue) = 184+132+50=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B88432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88432 is #477BCD. Grayscale: #8A8A8A. Windows color (decimal): -4684750 or 3310776. OLE color: 3310776.

HSL color Cylindrical-coordinate representation of color #B88432: hue angle of 36.72º 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 #B88432 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 50 -
CMYK 0 0.28 0.73 0.28
HSL 36.72º 0.57% 0.46% -
HSV(B) 36.72º 0.73% 0.72% -
XYZ 28.59 26.92 6.71 -
YUV 138.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 184 132 50 0 0.28 0.73 0.28 36.72 0.57 0.46
Hex B8 84 32 0 1C 49 1C 25 39 2E
Octal 270 204 62 0 34 111 34 45 71 56
Binary 10111000 10000100 110010 0 11100 1001001 11100 100101 111001 101110

Color Harmonies of #B88432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88432

Black with #B88432

Text Example


Text Example

White with #B88432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88432; }

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

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

background-color css

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

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

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

border-color css

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

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

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