Html Css Color HEX #BA812B Mandalay

📋 copy color: '#BA812B'

red 186 ◦ green 129 ◦ blue 43

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

Shades of Mandalay #BA812B

Tints of Mandalay #BA812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 51.96%
G = 36.03%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA812B (or 0xBA812B) is known color: Mandalay. HEX triplet: BA, 81 and 2B. RGB value is (186,129,43). Sum of RGB (Red+Green+Blue) = 186+129+43=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA812B is #457ED4. Grayscale: #888888. Windows color (decimal): -4554453 or 2851258. OLE color: 2851258.

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

Color convert

RGB 186 129 43 -
CMYK 0 0.31 0.77 0.27
HSL 36.08º 0.62% 0.45% -
HSV(B) 36.08º 0.77% 0.73% -
XYZ 28.54 26.31 5.86 -
YUV 136.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 186 129 43 0 0.31 0.77 0.27 36.08 0.62 0.45
Hex BA 81 2B 0 1F 4D 1B 24 3E 2D
Octal 272 201 53 0 37 115 33 44 76 55
Binary 10111010 10000001 101011 0 11111 1001101 11011 100100 111110 101101

Color Harmonies of #BA812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA812B

Black with #BA812B

Text Example


Text Example

White with #BA812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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