Html Css Color HEX #BA8430 Mandalay

📋 copy color: '#BA8430'

red 186 ◦ green 132 ◦ blue 48

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

Shades of Mandalay #BA8430

Tints of Mandalay #BA8430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.11%

R = 50.82%
G = 36.07%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8430 (or 0xBA8430) is known color: Mandalay. HEX triplet: BA, 84 and 30. RGB value is (186,132,48). Sum of RGB (Red+Green+Blue) = 186+132+48=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8430 is #457BCF. Grayscale: #8A8A8A. Windows color (decimal): -4553680 or 3179706. OLE color: 3179706.

HSL color Cylindrical-coordinate representation of color #BA8430: hue angle of 36.52º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8430 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 48 -
CMYK 0 0.29 0.74 0.27
HSL 36.52º 0.59% 0.46% -
HSV(B) 36.52º 0.74% 0.73% -
XYZ 29.03 27.16 6.51 -
YUV 138.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 186 132 48 0 0.29 0.74 0.27 36.52 0.59 0.46
Hex BA 84 30 0 1D 4A 1B 25 3B 2E
Octal 272 204 60 0 35 112 33 45 73 56
Binary 10111010 10000100 110000 0 11101 1001010 11011 100101 111011 101110

Color Harmonies of #BA8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8430

Black with #BA8430

Text Example


Text Example

White with #BA8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8430; }

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

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

background-color css

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

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

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

border-color css

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

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

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