Html Css Color HEX #BA812A Mandalay

📋 copy color: '#BA812A'

red 186 ◦ green 129 ◦ blue 42

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

Shades of Mandalay #BA812A

Tints of Mandalay #BA812A

RGB

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

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

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

R = 52.1%
G = 36.13%
B = 11.76%

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

#BA812A (or 0xBA812A) is known color: Mandalay. HEX triplet: BA, 81 and 2A. RGB value is (186,129,42). Sum of RGB (Red+Green+Blue) = 186+129+42=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA812A is #457ED5. Grayscale: #888888. Windows color (decimal): -4554454 or 2785722. OLE color: 2785722.

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

Color convert

RGB 186 129 42 -
CMYK 0 0.31 0.77 0.27
HSL 36.25º 0.63% 0.45% -
HSV(B) 36.25º 0.77% 0.73% -
XYZ 28.52 26.31 5.77 -
YUV 136.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 186 129 42 0 0.31 0.77 0.27 36.25 0.63 0.45
Hex BA 81 2A 0 1F 4D 1B 24 3F 2D
Octal 272 201 52 0 37 115 33 44 77 55
Binary 10111010 10000001 101010 0 11111 1001101 11011 100100 111111 101101

Color Harmonies of #BA812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA812A

Black with #BA812A

Text Example


Text Example

White with #BA812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA812A; }

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

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

background-color css

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

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

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

border-color css

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

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

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