Html Css Color HEX #B48224 Mandalay

📋 copy color: '#B48224'

red 180 ◦ green 130 ◦ blue 36

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

Shades of Mandalay #B48224

Tints of Mandalay #B48224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 52.02%
G = 37.57%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B48224 (or 0xB48224) is known color: Mandalay. HEX triplet: B4, 82 and 24. RGB value is (180,130,36). Sum of RGB (Red+Green+Blue) = 180+130+36=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B48224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48224 is #4B7DDB. Grayscale: #868686. Windows color (decimal): -4947420 or 2392756. OLE color: 2392756.

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

Color convert

RGB 180 130 36 -
CMYK 0 0.28 0.8 0.29
HSL 39.17º 0.67% 0.42% -
HSV(B) 39.17º 0.8% 0.71% -
XYZ 27.12 25.8 5.22 -
YUV 134.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 180 130 36 0 0.28 0.8 0.29 39.17 0.67 0.42
Hex B4 82 24 0 1C 50 1D 27 43 2A
Octal 264 202 44 0 34 120 35 47 103 52
Binary 10110100 10000010 100100 0 11100 1010000 11101 100111 1000011 101010

Color Harmonies of #B48224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48224

Black with #B48224

Text Example


Text Example

White with #B48224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48224; }

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

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

background-color css

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

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

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

border-color css

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

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

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