Html Css Color HEX #B47B37 Mandalay

📋 copy color: '#B47B37'

red 180 ◦ green 123 ◦ blue 55

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

Shades of Mandalay #B47B37

Tints of Mandalay #B47B37

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.36%

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 50.28%
G = 34.36%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B47B37 (or 0xB47B37) is known color: Mandalay. HEX triplet: B4, 7B and 37. RGB value is (180,123,55). Sum of RGB (Red+Green+Blue) = 180+123+55=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B37 is #4B84C8. Grayscale: #848484. Windows color (decimal): -4949193 or 3636148. OLE color: 3636148.

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

Color convert

RGB 180 123 55 -
CMYK 0 0.32 0.69 0.29
HSL 32.64º 0.53% 0.46% -
HSV(B) 32.64º 0.69% 0.71% -
XYZ 26.59 24.15 6.87 -
YUV 132.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 180 123 55 0 0.32 0.69 0.29 32.64 0.53 0.46
Hex B4 7B 37 0 20 45 1D 21 35 2E
Octal 264 173 67 0 40 105 35 41 65 56
Binary 10110100 1111011 110111 0 100000 1000101 11101 100001 110101 101110

Color Harmonies of #B47B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B37

Black with #B47B37

Text Example


Text Example

White with #B47B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B37; }

 p { color: rgb(180,123,55); }

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

background-color css

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

 a { background-color: rgb(180,123,55); }

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

border-color css

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

 span { border-color: rgb(180,123,55); }

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