Html Css Color HEX #BA8326 Mandalay

📋 copy color: '#BA8326'

red 186 ◦ green 131 ◦ blue 38

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

Shades of Mandalay #BA8326

Tints of Mandalay #BA8326

RGB

 RED value IS 186 (73.05% from 255) = 52.39%

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 52.39%
G = 36.9%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8326 (or 0xBA8326) is known color: Mandalay. HEX triplet: BA, 83 and 26. RGB value is (186,131,38). Sum of RGB (Red+Green+Blue) = 186+131+38=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8326 is #457CD9. Grayscale: #898989. Windows color (decimal): -4553946 or 2524090. OLE color: 2524090.

HSL color Cylindrical-coordinate representation of color #BA8326: hue angle of 37.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8326 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 38 -
CMYK 0 0.30 0.80 0.27
HSL 37.7º 0.66% 0.44% -
HSV(B) 37.7º 0.8% 0.73% -
XYZ 28.72 26.81 5.5 -
YUV 136.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 186 131 38 0 0.30 0.80 0.27 37.7 0.66 0.44
Hex BA 83 26 0 1E 50 1B 26 42 2C
Octal 272 203 46 0 36 120 33 46 102 54
Binary 10111010 10000011 100110 0 11110 1010000 11011 100110 1000010 101100

Color Harmonies of #BA8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8326

Black with #BA8326

Text Example


Text Example

White with #BA8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8326; }

 p { color: rgb(186,131,38); }

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

background-color css

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

 a { background-color: rgb(186,131,38); }

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

border-color css

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

 span { border-color: rgb(186,131,38); }

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