Html Css Color HEX #B48320 Mandalay

📋 copy color: '#B48320'

red 180 ◦ green 131 ◦ blue 32

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

Shades of Mandalay #B48320

Tints of Mandalay #B48320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 52.48%
G = 38.19%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B48320 (or 0xB48320) is known color: Mandalay. HEX triplet: B4, 83 and 20. RGB value is (180,131,32). Sum of RGB (Red+Green+Blue) = 180+131+32=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48320 is #4B7CDF. Grayscale: #868686. Windows color (decimal): -4947168 or 2130868. OLE color: 2130868.

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

Color convert

RGB 180 131 32 -
CMYK 0 0.27 0.82 0.29
HSL 40.14º 0.7% 0.42% -
HSV(B) 40.14º 0.82% 0.71% -
XYZ 27.2 26.04 4.96 -
YUV 134.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 180 131 32 0 0.27 0.82 0.29 40.14 0.7 0.42
Hex B4 83 20 0 1B 52 1D 28 46 2A
Octal 264 203 40 0 33 122 35 50 106 52
Binary 10110100 10000011 100000 0 11011 1010010 11101 101000 1000110 101010

Color Harmonies of #B48320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48320

Black with #B48320

Text Example


Text Example

White with #B48320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48320; }

 p { color: rgb(180,131,32); }

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

background-color css

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

 a { background-color: rgb(180,131,32); }

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

border-color css

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

 span { border-color: rgb(180,131,32); }

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