Html Css Color HEX #BA852C Mandalay

📋 copy color: '#BA852C'

red 186 ◦ green 133 ◦ blue 44

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

Shades of Mandalay #BA852C

Tints of Mandalay #BA852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 51.24%
G = 36.64%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA852C (or 0xBA852C) is known color: Mandalay. HEX triplet: BA, 85 and 2C. RGB value is (186,133,44). Sum of RGB (Red+Green+Blue) = 186+133+44=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852C is #457AD3. Grayscale: #8B8B8B. Windows color (decimal): -4553428 or 2917818. OLE color: 2917818.

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

Color convert

RGB 186 133 44 -
CMYK 0 0.28 0.76 0.27
HSL 37.61º 0.62% 0.45% -
HSV(B) 37.61º 0.76% 0.73% -
XYZ 29.09 27.4 6.14 -
YUV 138.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 186 133 44 0 0.28 0.76 0.27 37.61 0.62 0.45
Hex BA 85 2C 0 1C 4C 1B 26 3E 2D
Octal 272 205 54 0 34 114 33 46 76 55
Binary 10111010 10000101 101100 0 11100 1001100 11011 100110 111110 101101

Color Harmonies of #BA852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA852C

Black with #BA852C

Text Example


Text Example

White with #BA852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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