Html Css Color HEX #BA812F Mandalay

📋 copy color: '#BA812F'

red 186 ◦ green 129 ◦ blue 47

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

Shades of Mandalay #BA812F

Tints of Mandalay #BA812F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 51.38%
G = 35.64%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA812F (or 0xBA812F) is known color: Mandalay. HEX triplet: BA, 81 and 2F. RGB value is (186,129,47). Sum of RGB (Red+Green+Blue) = 186+129+47=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA812F is #457ED0. Grayscale: #898989. Windows color (decimal): -4554449 or 3113402. OLE color: 3113402.

HSL color Cylindrical-coordinate representation of color #BA812F: hue angle of 35.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA812F is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 47 -
CMYK 0 0.31 0.75 0.27
HSL 35.4º 0.6% 0.46% -
HSV(B) 35.4º 0.75% 0.73% -
XYZ 28.61 26.34 6.27 -
YUV 136.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 186 129 47 0 0.31 0.75 0.27 35.4 0.6 0.46
Hex BA 81 2F 0 1F 4B 1B 23 3C 2E
Octal 272 201 57 0 37 113 33 43 74 56
Binary 10111010 10000001 101111 0 11111 1001011 11011 100011 111100 101110

Color Harmonies of #BA812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA812F

Black with #BA812F

Text Example


Text Example

White with #BA812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA812F; }

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

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

background-color css

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

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

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

border-color css

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

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

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