Html Css Color HEX #B98131 Mandalay

📋 copy color: '#B98131'

red 185 ◦ green 129 ◦ blue 49

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

Shades of Mandalay #B98131

Tints of Mandalay #B98131

RGB

 RED value IS 185 (72.66% from 255) = 50.96%

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 50.96%
G = 35.54%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B98131 (or 0xB98131) is known color: Mandalay. HEX triplet: B9, 81 and 31. RGB value is (185,129,49). Sum of RGB (Red+Green+Blue) = 185+129+49=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B98131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98131 is #467ECE. Grayscale: #898989. Windows color (decimal): -4619983 or 3244473. OLE color: 3244473.

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

Color convert

RGB 185 129 49 -
CMYK 0 0.30 0.74 0.27
HSL 35.29º 0.58% 0.46% -
HSV(B) 35.29º 0.74% 0.73% -
XYZ 28.41 26.24 6.47 -
YUV 136.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 185 129 49 0 0.30 0.74 0.27 35.29 0.58 0.46
Hex B9 81 31 0 1E 4A 1B 23 3A 2E
Octal 271 201 61 0 36 112 33 43 72 56
Binary 10111001 10000001 110001 0 11110 1001010 11011 100011 111010 101110

Color Harmonies of #B98131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98131

Black with #B98131

Text Example


Text Example

White with #B98131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98131; }

 p { color: rgb(185,129,49); }

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

background-color css

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

 a { background-color: rgb(185,129,49); }

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

border-color css

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

 span { border-color: rgb(185,129,49); }

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