Html Css Color HEX #B47C36 Mandalay

📋 copy color: '#B47C36'

red 180 ◦ green 124 ◦ blue 54

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

Shades of Mandalay #B47C36

Tints of Mandalay #B47C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 50.28%
G = 34.64%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B47C36 (or 0xB47C36) is known color: Mandalay. HEX triplet: B4, 7C and 36. RGB value is (180,124,54). Sum of RGB (Red+Green+Blue) = 180+124+54=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C36 is #4B83C9. Grayscale: #858585. Windows color (decimal): -4948938 or 3570868. OLE color: 3570868.

HSL color Cylindrical-coordinate representation of color #B47C36: hue angle of 33.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B47C36 is Cyan = 0, Magento = 0.31, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 124 54 -
CMYK 0 0.31 0.7 0.29
HSL 33.33º 0.54% 0.46% -
HSV(B) 33.33º 0.7% 0.71% -
XYZ 26.7 24.38 6.79 -
YUV 132.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 180 124 54 0 0.31 0.7 0.29 33.33 0.54 0.46
Hex B4 7C 36 0 1F 46 1D 21 36 2E
Octal 264 174 66 0 37 106 35 41 66 56
Binary 10110100 1111100 110110 0 11111 1000110 11101 100001 110110 101110

Color Harmonies of #B47C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C36

Black with #B47C36

Text Example


Text Example

White with #B47C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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