Html Css Color HEX #B47E32 Mandalay

📋 copy color: '#B47E32'

red 180 ◦ green 126 ◦ blue 50

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

Shades of Mandalay #B47E32

Tints of Mandalay #B47E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 50.56%
G = 35.39%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B47E32 (or 0xB47E32) is known color: Mandalay. HEX triplet: B4, 7E and 32. RGB value is (180,126,50). Sum of RGB (Red+Green+Blue) = 180+126+50=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E32 is #4B81CD. Grayscale: #858585. Windows color (decimal): -4948430 or 3309236. OLE color: 3309236.

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

Color convert

RGB 180 126 50 -
CMYK 0 0.3 0.72 0.29
HSL 35.08º 0.57% 0.45% -
HSV(B) 35.08º 0.72% 0.71% -
XYZ 26.86 24.86 6.4 -
YUV 133.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 180 126 50 0 0.3 0.72 0.29 35.08 0.57 0.45
Hex B4 7E 32 0 1E 48 1D 23 39 2D
Octal 264 176 62 0 36 110 35 43 71 55
Binary 10110100 1111110 110010 0 11110 1001000 11101 100011 111001 101101

Color Harmonies of #B47E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E32

Black with #B47E32

Text Example


Text Example

White with #B47E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E32; }

 p { color: rgb(180,126,50); }

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

background-color css

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

 a { background-color: rgb(180,126,50); }

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

border-color css

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

 span { border-color: rgb(180,126,50); }

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