Html Css Color HEX #B47731 Mandalay

📋 copy color: '#B47731'

red 180 ◦ green 119 ◦ blue 49

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

Shades of Mandalay #B47731

Tints of Mandalay #B47731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

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

R = 51.72%
G = 34.2%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B47731 (or 0xB47731) is known color: Mandalay. HEX triplet: B4, 77 and 31. RGB value is (180,119,49). Sum of RGB (Red+Green+Blue) = 180+119+49=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47731 is #4B88CE. Grayscale: #818181. Windows color (decimal): -4950223 or 3241908. OLE color: 3241908.

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

Color convert

RGB 180 119 49 -
CMYK 0 0.34 0.73 0.29
HSL 32.06º 0.57% 0.45% -
HSV(B) 32.06º 0.73% 0.71% -
XYZ 25.97 23.12 6 -
YUV 129.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 180 119 49 0 0.34 0.73 0.29 32.06 0.57 0.45
Hex B4 77 31 0 22 49 1D 20 39 2D
Octal 264 167 61 0 42 111 35 40 71 55
Binary 10110100 1110111 110001 0 100010 1001001 11101 100000 111001 101101

Color Harmonies of #B47731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47731

Black with #B47731

Text Example


Text Example

White with #B47731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47731; }

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

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

background-color css

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

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

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

border-color css

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

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

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