Html Css Color HEX #BA822F Mandalay

📋 copy color: '#BA822F'

red 186 ◦ green 130 ◦ blue 47

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

Shades of Mandalay #BA822F

Tints of Mandalay #BA822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 51.24%
G = 35.81%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA822F (or 0xBA822F) is known color: Mandalay. HEX triplet: BA, 82 and 2F. RGB value is (186,130,47). Sum of RGB (Red+Green+Blue) = 186+130+47=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA822F is #457DD0. Grayscale: #898989. Windows color (decimal): -4554193 or 3113658. OLE color: 3113658.

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

Color convert

RGB 186 130 47 -
CMYK 0 0.30 0.75 0.27
HSL 35.83º 0.6% 0.46% -
HSV(B) 35.83º 0.75% 0.73% -
XYZ 28.75 26.61 6.31 -
YUV 137.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 186 130 47 0 0.30 0.75 0.27 35.83 0.6 0.46
Hex BA 82 2F 0 1E 4B 1B 24 3C 2E
Octal 272 202 57 0 36 113 33 44 74 56
Binary 10111010 10000010 101111 0 11110 1001011 11011 100100 111100 101110

Color Harmonies of #BA822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA822F

Black with #BA822F

Text Example


Text Example

White with #BA822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA822F; }

 p { color: rgb(186,130,47); }

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

background-color css

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

 a { background-color: rgb(186,130,47); }

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

border-color css

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

 span { border-color: rgb(186,130,47); }

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