Html Css Color HEX #B8822A Mandalay

📋 copy color: '#B8822A'

red 184 ◦ green 130 ◦ blue 42

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

Shades of Mandalay #B8822A

Tints of Mandalay #B8822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 51.69%
G = 36.52%
B = 11.8%

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

#B8822A (or 0xB8822A) is known color: Mandalay. HEX triplet: B8, 82 and 2A. RGB value is (184,130,42). Sum of RGB (Red+Green+Blue) = 184+130+42=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8822A is #477DD5. Grayscale: #888888. Windows color (decimal): -4685270 or 2785976. OLE color: 2785976.

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

Color convert

RGB 184 130 42 -
CMYK 0 0.29 0.77 0.28
HSL 37.18º 0.63% 0.44% -
HSV(B) 37.18º 0.77% 0.72% -
XYZ 28.17 26.32 5.79 -
YUV 136.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 184 130 42 0 0.29 0.77 0.28 37.18 0.63 0.44
Hex B8 82 2A 0 1D 4D 1C 25 3F 2C
Octal 270 202 52 0 35 115 34 45 77 54
Binary 10111000 10000010 101010 0 11101 1001101 11100 100101 111111 101100

Color Harmonies of #B8822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8822A

Black with #B8822A

Text Example


Text Example

White with #B8822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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