Html Css Color HEX #B48220 Mandalay

📋 copy color: '#B48220'

red 180 ◦ green 130 ◦ blue 32

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

Shades of Mandalay #B48220

Tints of Mandalay #B48220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 52.63%
G = 38.01%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B48220 (or 0xB48220) is known color: Mandalay. HEX triplet: B4, 82 and 20. RGB value is (180,130,32). Sum of RGB (Red+Green+Blue) = 180+130+32=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B48220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48220 is #4B7DDF. Grayscale: #868686. Windows color (decimal): -4947424 or 2130612. OLE color: 2130612.

HSL color Cylindrical-coordinate representation of color #B48220: hue angle of 39.73º 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 #B48220 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 32 -
CMYK 0 0.28 0.82 0.29
HSL 39.73º 0.7% 0.42% -
HSV(B) 39.73º 0.82% 0.71% -
XYZ 27.07 25.77 4.91 -
YUV 133.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 180 130 32 0 0.28 0.82 0.29 39.73 0.7 0.42
Hex B4 82 20 0 1C 52 1D 28 46 2A
Octal 264 202 40 0 34 122 35 50 106 52
Binary 10110100 10000010 100000 0 11100 1010010 11101 101000 1000110 101010

Color Harmonies of #B48220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48220

Black with #B48220

Text Example


Text Example

White with #B48220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48220; }

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

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

background-color css

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

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

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

border-color css

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

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

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