Html Css Color HEX #B5831F Mandalay

📋 copy color: '#B5831F'

red 181 ◦ green 131 ◦ blue 31

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

Shades of Mandalay #B5831F

Tints of Mandalay #B5831F

RGB

 RED value IS 181 (71.09% from 255) = 52.77%

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

 BLUE value IS 31 (12.5% from 255) = 9.04%

R = 52.77%
G = 38.19%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5831F (or 0xB5831F) is known color: Mandalay. HEX triplet: B5, 83 and 1F. RGB value is (181,131,31). Sum of RGB (Red+Green+Blue) = 181+131+31=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5831F is #4A7CE0. Grayscale: #868686. Windows color (decimal): -4881633 or 2065333. OLE color: 2065333.

HSL color Cylindrical-coordinate representation of color #B5831F: hue angle of 40º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5831F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 31 -
CMYK 0 0.28 0.83 0.29
HSL 40º 0.71% 0.42% -
HSV(B) 40º 0.83% 0.71% -
XYZ 27.42 26.16 4.9 -
YUV 134.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 181 131 31 0 0.28 0.83 0.29 40 0.71 0.42
Hex B5 83 1F 0 1C 53 1D 28 47 2A
Octal 265 203 37 0 34 123 35 50 107 52
Binary 10110101 10000011 11111 0 11100 1010011 11101 101000 1000111 101010

Color Harmonies of #B5831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5831F

Black with #B5831F

Text Example


Text Example

White with #B5831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5831F; }

 p { color: rgb(181,131,31); }

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

background-color css

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

 a { background-color: rgb(181,131,31); }

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

border-color css

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

 span { border-color: rgb(181,131,31); }

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