Html Css Color HEX #BA852A Mandalay

📋 copy color: '#BA852A'

red 186 ◦ green 133 ◦ blue 42

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

Shades of Mandalay #BA852A

Tints of Mandalay #BA852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 51.52%
G = 36.84%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA852A (or 0xBA852A) is known color: Mandalay. HEX triplet: BA, 85 and 2A. RGB value is (186,133,42). Sum of RGB (Red+Green+Blue) = 186+133+42=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852A is #457AD5. Grayscale: #8A8A8A. Windows color (decimal): -4553430 or 2786746. OLE color: 2786746.

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

Color convert

RGB 186 133 42 -
CMYK 0 0.28 0.77 0.27
HSL 37.92º 0.63% 0.45% -
HSV(B) 37.92º 0.77% 0.73% -
XYZ 29.06 27.38 5.94 -
YUV 138.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 186 133 42 0 0.28 0.77 0.27 37.92 0.63 0.45
Hex BA 85 2A 0 1C 4D 1B 26 3F 2D
Octal 272 205 52 0 34 115 33 46 77 55
Binary 10111010 10000101 101010 0 11100 1001101 11011 100110 111111 101101

Color Harmonies of #BA852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA852A

Black with #BA852A

Text Example


Text Example

White with #BA852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA852A; }

 p { color: rgb(186,133,42); }

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

background-color css

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

 a { background-color: rgb(186,133,42); }

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

border-color css

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

 span { border-color: rgb(186,133,42); }

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