Html Css Color HEX #B48021 Mandalay

📋 copy color: '#B48021'

red 180 ◦ green 128 ◦ blue 33

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

Shades of Mandalay #B48021

Tints of Mandalay #B48021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 52.79%
G = 37.54%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B48021 (or 0xB48021) is known color: Mandalay. HEX triplet: B4, 80 and 21. RGB value is (180,128,33). Sum of RGB (Red+Green+Blue) = 180+128+33=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B48021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48021 is #4B7FDE. Grayscale: #858585. Windows color (decimal): -4947935 or 2195636. OLE color: 2195636.

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

Color convert

RGB 180 128 33 -
CMYK 0 0.29 0.82 0.29
HSL 38.78º 0.69% 0.42% -
HSV(B) 38.78º 0.82% 0.71% -
XYZ 26.82 25.25 4.9 -
YUV 132.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 180 128 33 0 0.29 0.82 0.29 38.78 0.69 0.42
Hex B4 80 21 0 1D 52 1D 27 45 2A
Octal 264 200 41 0 35 122 35 47 105 52
Binary 10110100 10000000 100001 0 11101 1010010 11101 100111 1000101 101010

Color Harmonies of #B48021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48021

Black with #B48021

Text Example


Text Example

White with #B48021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48021; }

 p { color: rgb(180,128,33); }

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

background-color css

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

 a { background-color: rgb(180,128,33); }

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

border-color css

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

 span { border-color: rgb(180,128,33); }

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