Html Css Color HEX #B28020 Mandalay

📋 copy color: '#B28020'

red 178 ◦ green 128 ◦ blue 32

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

Shades of Mandalay #B28020

Tints of Mandalay #B28020

RGB

 RED value IS 178 (69.92% from 255) = 52.66%

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

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

R = 52.66%
G = 37.87%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B28020 (or 0xB28020) is known color: Mandalay. HEX triplet: B2, 80 and 20. RGB value is (178,128,32). Sum of RGB (Red+Green+Blue) = 178+128+32=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B28020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28020 is #4D7FDF. Grayscale: #848484. Windows color (decimal): -5079008 or 2130098. OLE color: 2130098.

HSL color Cylindrical-coordinate representation of color #B28020: hue angle of 39.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B28020 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 32 -
CMYK 0 0.28 0.82 0.30
HSL 39.45º 0.7% 0.41% -
HSV(B) 39.45º 0.82% 0.7% -
XYZ 26.34 25.01 4.81 -
YUV 132.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 178 128 32 0 0.28 0.82 0.30 39.45 0.7 0.41
Hex B2 80 20 0 1C 52 1E 27 46 29
Octal 262 200 40 0 34 122 36 47 106 51
Binary 10110010 10000000 100000 0 11100 1010010 11110 100111 1000110 101001

Color Harmonies of #B28020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28020

Black with #B28020

Text Example


Text Example

White with #B28020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28020; }

 p { color: rgb(178,128,32); }

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

background-color css

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

 a { background-color: rgb(178,128,32); }

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

border-color css

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

 span { border-color: rgb(178,128,32); }

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