Html Css Color HEX #B28220 Mandalay

📋 copy color: '#B28220'

red 178 ◦ green 130 ◦ blue 32

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

Shades of Mandalay #B28220

Tints of Mandalay #B28220

RGB

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

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

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

R = 52.35%
G = 38.24%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B28220 (or 0xB28220) is known color: Mandalay. HEX triplet: B2, 82 and 20. RGB value is (178,130,32). Sum of RGB (Red+Green+Blue) = 178+130+32=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B28220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28220 is #4D7DDF. Grayscale: #858585. Windows color (decimal): -5078496 or 2130610. OLE color: 2130610.

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

Color convert

RGB 178 130 32 -
CMYK 0 0.27 0.82 0.30
HSL 40.27º 0.7% 0.41% -
HSV(B) 40.27º 0.82% 0.7% -
XYZ 26.6 25.53 4.89 -
YUV 133.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 178 130 32 0 0.27 0.82 0.30 40.27 0.7 0.41
Hex B2 82 20 0 1B 52 1E 28 46 29
Octal 262 202 40 0 33 122 36 50 106 51
Binary 10110010 10000010 100000 0 11011 1010010 11110 101000 1000110 101001

Color Harmonies of #B28220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28220

Black with #B28220

Text Example


Text Example

White with #B28220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28220; }

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

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

background-color css

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

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

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

border-color css

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

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

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