Html Css Color HEX #BA852B Mandalay

📋 copy color: '#BA852B'

red 186 ◦ green 133 ◦ blue 43

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

Shades of Mandalay #BA852B

Tints of Mandalay #BA852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 51.38%
G = 36.74%
B = 11.88%

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

#BA852B (or 0xBA852B) is known color: Mandalay. HEX triplet: BA, 85 and 2B. RGB value is (186,133,43). Sum of RGB (Red+Green+Blue) = 186+133+43=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852B is #457AD4. Grayscale: #8A8A8A. Windows color (decimal): -4553429 or 2852282. OLE color: 2852282.

HSL color Cylindrical-coordinate representation of color #BA852B: hue angle of 37.76º degrees, saturation: 0.62, 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 #BA852B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 43 -
CMYK 0 0.28 0.77 0.27
HSL 37.76º 0.62% 0.45% -
HSV(B) 37.76º 0.77% 0.73% -
XYZ 29.07 27.39 6.04 -
YUV 138.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 186 133 43 0 0.28 0.77 0.27 37.76 0.62 0.45
Hex BA 85 2B 0 1C 4D 1B 26 3E 2D
Octal 272 205 53 0 34 115 33 46 76 55
Binary 10111010 10000101 101011 0 11100 1001101 11011 100110 111110 101101

Color Harmonies of #BA852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA852B

Black with #BA852B

Text Example


Text Example

White with #BA852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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