Html Css Color HEX #B88431 Mandalay

📋 copy color: '#B88431'

red 184 ◦ green 132 ◦ blue 49

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

Shades of Mandalay #B88431

Tints of Mandalay #B88431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 50.41%
G = 36.16%
B = 13.42%

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

#B88431 (or 0xB88431) is known color: Mandalay. HEX triplet: B8, 84 and 31. RGB value is (184,132,49). Sum of RGB (Red+Green+Blue) = 184+132+49=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B88431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88431 is #477BCE. Grayscale: #8A8A8A. Windows color (decimal): -4684751 or 3245240. OLE color: 3245240.

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

Color convert

RGB 184 132 49 -
CMYK 0 0.28 0.73 0.28
HSL 36.89º 0.58% 0.46% -
HSV(B) 36.89º 0.73% 0.72% -
XYZ 28.57 26.91 6.59 -
YUV 138.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 184 132 49 0 0.28 0.73 0.28 36.89 0.58 0.46
Hex B8 84 31 0 1C 49 1C 25 3A 2E
Octal 270 204 61 0 34 111 34 45 72 56
Binary 10111000 10000100 110001 0 11100 1001001 11100 100101 111010 101110

Color Harmonies of #B88431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88431

Black with #B88431

Text Example


Text Example

White with #B88431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88431; }

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

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

background-color css

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

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

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

border-color css

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

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

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