Html Css Color HEX #B6822C Mandalay

📋 copy color: '#B6822C'

red 182 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #B6822C

Tints of Mandalay #B6822C

RGB

 RED value IS 182 (71.48% from 255) = 51.12%

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

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 51.12%
G = 36.52%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6822C (or 0xB6822C) is known color: Mandalay. HEX triplet: B6, 82 and 2C. RGB value is (182,130,44). Sum of RGB (Red+Green+Blue) = 182+130+44=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6822C is #497DD3. Grayscale: #888888. Windows color (decimal): -4816340 or 2917046. OLE color: 2917046.

HSL color Cylindrical-coordinate representation of color #B6822C: hue angle of 37.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6822C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 44 -
CMYK 0 0.29 0.76 0.29
HSL 37.39º 0.61% 0.44% -
HSV(B) 37.39º 0.76% 0.71% -
XYZ 27.73 26.09 5.96 -
YUV 135.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 182 130 44 0 0.29 0.76 0.29 37.39 0.61 0.44
Hex B6 82 2C 0 1D 4C 1D 25 3D 2C
Octal 266 202 54 0 35 114 35 45 75 54
Binary 10110110 10000010 101100 0 11101 1001100 11101 100101 111101 101100

Color Harmonies of #B6822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6822C

Black with #B6822C

Text Example


Text Example

White with #B6822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6822C; }

 p { color: rgb(182,130,44); }

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

background-color css

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

 a { background-color: rgb(182,130,44); }

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

border-color css

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

 span { border-color: rgb(182,130,44); }

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