Html Css Color HEX #BA8330 Mandalay

📋 copy color: '#BA8330'

red 186 ◦ green 131 ◦ blue 48

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

Shades of Mandalay #BA8330

Tints of Mandalay #BA8330

RGB

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

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

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

R = 50.96%
G = 35.89%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8330 (or 0xBA8330) is known color: Mandalay. HEX triplet: BA, 83 and 30. RGB value is (186,131,48). Sum of RGB (Red+Green+Blue) = 186+131+48=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8330 is #457CCF. Grayscale: #8A8A8A. Windows color (decimal): -4553936 or 3179450. OLE color: 3179450.

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

Color convert

RGB 186 131 48 -
CMYK 0 0.30 0.74 0.27
HSL 36.09º 0.59% 0.46% -
HSV(B) 36.09º 0.74% 0.73% -
XYZ 28.9 26.89 6.46 -
YUV 137.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 186 131 48 0 0.30 0.74 0.27 36.09 0.59 0.46
Hex BA 83 30 0 1E 4A 1B 24 3B 2E
Octal 272 203 60 0 36 112 33 44 73 56
Binary 10111010 10000011 110000 0 11110 1001010 11011 100100 111011 101110

Color Harmonies of #BA8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8330

Black with #BA8330

Text Example


Text Example

White with #BA8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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