Html Css Color HEX #B28322 Mandalay

📋 copy color: '#B28322'

red 178 ◦ green 131 ◦ blue 34

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

Shades of Mandalay #B28322

Tints of Mandalay #B28322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 51.9%
G = 38.19%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28322 (or 0xB28322) is known color: Mandalay. HEX triplet: B2, 83 and 22. RGB value is (178,131,34). Sum of RGB (Red+Green+Blue) = 178+131+34=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B28322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28322 is #4D7CDD. Grayscale: #868686. Windows color (decimal): -5078238 or 2261938. OLE color: 2261938.

HSL color Cylindrical-coordinate representation of color #B28322: hue angle of 40.42º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B28322 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 34 -
CMYK 0 0.26 0.81 0.30
HSL 40.42º 0.68% 0.42% -
HSV(B) 40.42º 0.81% 0.7% -
XYZ 26.77 25.81 5.09 -
YUV 134 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 178 131 34 0 0.26 0.81 0.30 40.42 0.68 0.42
Hex B2 83 22 0 1A 51 1E 28 44 2A
Octal 262 203 42 0 32 121 36 50 104 52
Binary 10110010 10000011 100010 0 11010 1010001 11110 101000 1000100 101010

Color Harmonies of #B28322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28322

Black with #B28322

Text Example


Text Example

White with #B28322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28322; }

 p { color: rgb(178,131,34); }

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

background-color css

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

 a { background-color: rgb(178,131,34); }

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

border-color css

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

 span { border-color: rgb(178,131,34); }

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