Html Css Color HEX #B8822B Mandalay

📋 copy color: '#B8822B'

red 184 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #B8822B

Tints of Mandalay #B8822B

RGB

 RED value IS 184 (72.27% from 255) = 51.54%

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 51.54%
G = 36.41%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8822B (or 0xB8822B) is known color: Mandalay. HEX triplet: B8, 82 and 2B. RGB value is (184,130,43). Sum of RGB (Red+Green+Blue) = 184+130+43=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8822B is #477DD4. Grayscale: #888888. Windows color (decimal): -4685269 or 2851512. OLE color: 2851512.

HSL color Cylindrical-coordinate representation of color #B8822B: hue angle of 37.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8822B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 43 -
CMYK 0 0.29 0.77 0.28
HSL 37.02º 0.62% 0.45% -
HSV(B) 37.02º 0.77% 0.72% -
XYZ 28.19 26.33 5.88 -
YUV 136.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 184 130 43 0 0.29 0.77 0.28 37.02 0.62 0.45
Hex B8 82 2B 0 1D 4D 1C 25 3E 2D
Octal 270 202 53 0 35 115 34 45 76 55
Binary 10111000 10000010 101011 0 11101 1001101 11100 100101 111110 101101

Color Harmonies of #B8822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8822B

Black with #B8822B

Text Example


Text Example

White with #B8822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8822B; }

 p { color: rgb(184,130,43); }

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

background-color css

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

 a { background-color: rgb(184,130,43); }

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

border-color css

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

 span { border-color: rgb(184,130,43); }

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