Html Css Color HEX #B2822D Mandalay

📋 copy color: '#B2822D'

red 178 ◦ green 130 ◦ blue 45

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

Shades of Mandalay #B2822D

Tints of Mandalay #B2822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 50.42%
G = 36.83%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2822D (or 0xB2822D) is known color: Mandalay. HEX triplet: B2, 82 and 2D. RGB value is (178,130,45). Sum of RGB (Red+Green+Blue) = 178+130+45=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2822D is #4D7DD2. Grayscale: #878787. Windows color (decimal): -5078483 or 2982578. OLE color: 2982578.

HSL color Cylindrical-coordinate representation of color #B2822D: hue angle of 38.35º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2822D is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 45 -
CMYK 0 0.27 0.75 0.30
HSL 38.35º 0.6% 0.44% -
HSV(B) 38.35º 0.75% 0.7% -
XYZ 26.82 25.62 6.01 -
YUV 134.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 178 130 45 0 0.27 0.75 0.30 38.35 0.6 0.44
Hex B2 82 2D 0 1B 4B 1E 26 3C 2C
Octal 262 202 55 0 33 113 36 46 74 54
Binary 10110010 10000010 101101 0 11011 1001011 11110 100110 111100 101100

Color Harmonies of #B2822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2822D

Black with #B2822D

Text Example


Text Example

White with #B2822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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