Html Css Color HEX #BA842E Mandalay

📋 copy color: '#BA842E'

red 186 ◦ green 132 ◦ blue 46

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

Shades of Mandalay #BA842E

Tints of Mandalay #BA842E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 51.1%
G = 36.26%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA842E (or 0xBA842E) is known color: Mandalay. HEX triplet: BA, 84 and 2E. RGB value is (186,132,46). Sum of RGB (Red+Green+Blue) = 186+132+46=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA842E is #457BD1. Grayscale: #8A8A8A. Windows color (decimal): -4553682 or 3048634. OLE color: 3048634.

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

Color convert

RGB 186 132 46 -
CMYK 0 0.29 0.75 0.27
HSL 36.86º 0.6% 0.45% -
HSV(B) 36.86º 0.75% 0.73% -
XYZ 28.99 27.14 6.29 -
YUV 138.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 186 132 46 0 0.29 0.75 0.27 36.86 0.6 0.45
Hex BA 84 2E 0 1D 4B 1B 25 3C 2D
Octal 272 204 56 0 35 113 33 45 74 55
Binary 10111010 10000100 101110 0 11101 1001011 11011 100101 111100 101101

Color Harmonies of #BA842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA842E

Black with #BA842E

Text Example


Text Example

White with #BA842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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