Html Css Color HEX #B58131 Mandalay

📋 copy color: '#B58131'

red 181 ◦ green 129 ◦ blue 49

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

Shades of Mandalay #B58131

Tints of Mandalay #B58131

RGB

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

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

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

R = 50.42%
G = 35.93%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B58131 (or 0xB58131) is known color: Mandalay. HEX triplet: B5, 81 and 31. RGB value is (181,129,49). Sum of RGB (Red+Green+Blue) = 181+129+49=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B58131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58131 is #4A7ECE. Grayscale: #878787. Windows color (decimal): -4882127 or 3244469. OLE color: 3244469.

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

Color convert

RGB 181 129 49 -
CMYK 0 0.29 0.73 0.29
HSL 36.36º 0.57% 0.45% -
HSV(B) 36.36º 0.73% 0.71% -
XYZ 27.46 25.75 6.43 -
YUV 135.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 181 129 49 0 0.29 0.73 0.29 36.36 0.57 0.45
Hex B5 81 31 0 1D 49 1D 24 39 2D
Octal 265 201 61 0 35 111 35 44 71 55
Binary 10110101 10000001 110001 0 11101 1001001 11101 100100 111001 101101

Color Harmonies of #B58131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58131

Black with #B58131

Text Example


Text Example

White with #B58131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58131; }

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

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

background-color css

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

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

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

border-color css

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

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

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