Html Css Color HEX #B47C31 Mandalay

📋 copy color: '#B47C31'

red 180 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #B47C31

Tints of Mandalay #B47C31

RGB

 RED value IS 180 (70.7% from 255) = 50.99%

 GREEN value IS 124 (48.83% from 255) = 35.13%

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

R = 50.99%
G = 35.13%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47C31 (or 0xB47C31) is known color: Mandalay. HEX triplet: B4, 7C and 31. RGB value is (180,124,49). Sum of RGB (Red+Green+Blue) = 180+124+49=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C31 is #4B83CE. Grayscale: #848484. Windows color (decimal): -4948943 or 3243188. OLE color: 3243188.

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

Color convert

RGB 180 124 49 -
CMYK 0 0.31 0.73 0.29
HSL 34.35º 0.57% 0.45% -
HSV(B) 34.35º 0.73% 0.71% -
XYZ 26.58 24.34 6.2 -
YUV 132.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 180 124 49 0 0.31 0.73 0.29 34.35 0.57 0.45
Hex B4 7C 31 0 1F 49 1D 22 39 2D
Octal 264 174 61 0 37 111 35 42 71 55
Binary 10110100 1111100 110001 0 11111 1001001 11101 100010 111001 101101

Color Harmonies of #B47C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C31

Black with #B47C31

Text Example


Text Example

White with #B47C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C31; }

 p { color: rgb(180,124,49); }

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

background-color css

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

 a { background-color: rgb(180,124,49); }

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

border-color css

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

 span { border-color: rgb(180,124,49); }

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