Html Css Color HEX #B47E35 Mandalay

📋 copy color: '#B47E35'

red 180 ◦ green 126 ◦ blue 53

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

Shades of Mandalay #B47E35

Tints of Mandalay #B47E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 50.14%
G = 35.1%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47E35 (or 0xB47E35) is known color: Mandalay. HEX triplet: B4, 7E and 35. RGB value is (180,126,53). Sum of RGB (Red+Green+Blue) = 180+126+53=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E35 is #4B81CA. Grayscale: #868686. Windows color (decimal): -4948427 or 3505844. OLE color: 3505844.

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

Color convert

RGB 180 126 53 -
CMYK 0 0.3 0.71 0.29
HSL 34.49º 0.55% 0.46% -
HSV(B) 34.49º 0.71% 0.71% -
XYZ 26.93 24.88 6.75 -
YUV 133.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 180 126 53 0 0.3 0.71 0.29 34.49 0.55 0.46
Hex B4 7E 35 0 1E 47 1D 22 37 2E
Octal 264 176 65 0 36 107 35 42 67 56
Binary 10110100 1111110 110101 0 11110 1000111 11101 100010 110111 101110

Color Harmonies of #B47E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E35

Black with #B47E35

Text Example


Text Example

White with #B47E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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