Html Css Color HEX #BA8130 Mandalay

📋 copy color: '#BA8130'

red 186 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #BA8130

Tints of Mandalay #BA8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 51.24%
G = 35.54%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8130 (or 0xBA8130) is known color: Mandalay. HEX triplet: BA, 81 and 30. RGB value is (186,129,48). Sum of RGB (Red+Green+Blue) = 186+129+48=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8130 is #457ECF. Grayscale: #898989. Windows color (decimal): -4554448 or 3178938. OLE color: 3178938.

HSL color Cylindrical-coordinate representation of color #BA8130: hue angle of 35.22º 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 #BA8130 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 48 -
CMYK 0 0.31 0.74 0.27
HSL 35.22º 0.59% 0.46% -
HSV(B) 35.22º 0.74% 0.73% -
XYZ 28.63 26.35 6.37 -
YUV 136.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 186 129 48 0 0.31 0.74 0.27 35.22 0.59 0.46
Hex BA 81 30 0 1F 4A 1B 23 3B 2E
Octal 272 201 60 0 37 112 33 43 73 56
Binary 10111010 10000001 110000 0 11111 1001010 11011 100011 111011 101110

Color Harmonies of #BA8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8130

Black with #BA8130

Text Example


Text Example

White with #BA8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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