Html Css Color HEX #BA8425 Mandalay

📋 copy color: '#BA8425'

red 186 ◦ green 132 ◦ blue 37

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

Shades of Mandalay #BA8425

Tints of Mandalay #BA8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 52.39%
G = 37.18%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8425 (or 0xBA8425) is known color: Mandalay. HEX triplet: BA, 84 and 25. RGB value is (186,132,37). Sum of RGB (Red+Green+Blue) = 186+132+37=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8425 is #457BDA. Grayscale: #898989. Windows color (decimal): -4553691 or 2458810. OLE color: 2458810.

HSL color Cylindrical-coordinate representation of color #BA8425: hue angle of 38.26º degrees, saturation: 0.67, 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 #BA8425 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 37 -
CMYK 0 0.29 0.80 0.27
HSL 38.26º 0.67% 0.44% -
HSV(B) 38.26º 0.8% 0.73% -
XYZ 28.83 27.08 5.46 -
YUV 137.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 186 132 37 0 0.29 0.80 0.27 38.26 0.67 0.44
Hex BA 84 25 0 1D 50 1B 26 43 2C
Octal 272 204 45 0 35 120 33 46 103 54
Binary 10111010 10000100 100101 0 11101 1010000 11011 100110 1000011 101100

Color Harmonies of #BA8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8425

Black with #BA8425

Text Example


Text Example

White with #BA8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8425; }

 p { color: rgb(186,132,37); }

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

background-color css

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

 a { background-color: rgb(186,132,37); }

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

border-color css

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

 span { border-color: rgb(186,132,37); }

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