Html Css Color HEX #B8822C Mandalay

📋 copy color: '#B8822C'

red 184 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #B8822C

Tints of Mandalay #B8822C

RGB

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

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

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

R = 51.4%
G = 36.31%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8822C (or 0xB8822C) is known color: Mandalay. HEX triplet: B8, 82 and 2C. RGB value is (184,130,44). Sum of RGB (Red+Green+Blue) = 184+130+44=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8822C is #477DD3. Grayscale: #888888. Windows color (decimal): -4685268 or 2917048. OLE color: 2917048.

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

Color convert

RGB 184 130 44 -
CMYK 0 0.29 0.76 0.28
HSL 36.86º 0.61% 0.45% -
HSV(B) 36.86º 0.76% 0.72% -
XYZ 28.2 26.34 5.98 -
YUV 136.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 184 130 44 0 0.29 0.76 0.28 36.86 0.61 0.45
Hex B8 82 2C 0 1D 4C 1C 25 3D 2D
Octal 270 202 54 0 35 114 34 45 75 55
Binary 10111000 10000010 101100 0 11101 1001100 11100 100101 111101 101101

Color Harmonies of #B8822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8822C

Black with #B8822C

Text Example


Text Example

White with #B8822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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