Html Css Color HEX #B47934 Mandalay

📋 copy color: '#B47934'

red 180 ◦ green 121 ◦ blue 52

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

Shades of Mandalay #B47934

Tints of Mandalay #B47934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 50.99%
G = 34.28%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B47934 (or 0xB47934) is known color: Mandalay. HEX triplet: B4, 79 and 34. RGB value is (180,121,52). Sum of RGB (Red+Green+Blue) = 180+121+52=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B47934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47934 is #4B86CB. Grayscale: #838383. Windows color (decimal): -4949708 or 3439028. OLE color: 3439028.

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

Color convert

RGB 180 121 52 -
CMYK 0 0.33 0.71 0.29
HSL 32.34º 0.55% 0.45% -
HSV(B) 32.34º 0.71% 0.71% -
XYZ 26.28 23.63 6.42 -
YUV 130.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 180 121 52 0 0.33 0.71 0.29 32.34 0.55 0.45
Hex B4 79 34 0 21 47 1D 20 37 2D
Octal 264 171 64 0 41 107 35 40 67 55
Binary 10110100 1111001 110100 0 100001 1000111 11101 100000 110111 101101

Color Harmonies of #B47934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47934

Black with #B47934

Text Example


Text Example

White with #B47934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47934; }

 p { color: rgb(180,121,52); }

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

background-color css

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

 a { background-color: rgb(180,121,52); }

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

border-color css

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

 span { border-color: rgb(180,121,52); }

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