Html Css Color HEX #B18131 Mandalay

📋 copy color: '#B18131'

red 177 ◦ green 129 ◦ blue 49

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

Shades of Mandalay #B18131

Tints of Mandalay #B18131

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

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

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

R = 49.86%
G = 36.34%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B18131 (or 0xB18131) is known color: Mandalay. HEX triplet: B1, 81 and 31. RGB value is (177,129,49). Sum of RGB (Red+Green+Blue) = 177+129+49=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B18131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18131 is #4E7ECE. Grayscale: #868686. Windows color (decimal): -5144271 or 3244465. OLE color: 3244465.

HSL color Cylindrical-coordinate representation of color #B18131: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18131 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 49 -
CMYK 0 0.27 0.72 0.31
HSL 37.5º 0.57% 0.44% -
HSV(B) 37.5º 0.72% 0.69% -
XYZ 26.54 25.27 6.38 -
YUV 134.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 177 129 49 0 0.27 0.72 0.31 37.5 0.57 0.44
Hex B1 81 31 0 1B 48 1F 26 39 2C
Octal 261 201 61 0 33 110 37 46 71 54
Binary 10110001 10000001 110001 0 11011 1001000 11111 100110 111001 101100

Color Harmonies of #B18131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18131

Black with #B18131

Text Example


Text Example

White with #B18131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18131; }

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

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

background-color css

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

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

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

border-color css

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

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

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