Html Css Color HEX #B18031 Mandalay

📋 copy color: '#B18031'

red 177 ◦ green 128 ◦ blue 49

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

Shades of Mandalay #B18031

Tints of Mandalay #B18031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 50%
G = 36.16%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B18031 (or 0xB18031) is known color: Mandalay. HEX triplet: B1, 80 and 31. RGB value is (177,128,49). Sum of RGB (Red+Green+Blue) = 177+128+49=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B18031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18031 is #4E7FCE. Grayscale: #868686. Windows color (decimal): -5144527 or 3244209. OLE color: 3244209.

HSL color Cylindrical-coordinate representation of color #B18031: hue angle of 37.03º 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 #B18031 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 49 -
CMYK 0 0.28 0.72 0.31
HSL 37.03º 0.57% 0.44% -
HSV(B) 37.03º 0.72% 0.69% -
XYZ 26.41 25.01 6.34 -
YUV 133.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 177 128 49 0 0.28 0.72 0.31 37.03 0.57 0.44
Hex B1 80 31 0 1C 48 1F 25 39 2C
Octal 261 200 61 0 34 110 37 45 71 54
Binary 10110001 10000000 110001 0 11100 1001000 11111 100101 111001 101100

Color Harmonies of #B18031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18031

Black with #B18031

Text Example


Text Example

White with #B18031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18031; }

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

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

background-color css

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

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

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

border-color css

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

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

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