Html Css Color HEX #BA7E2B Mandalay

📋 copy color: '#BA7E2B'

red 186 ◦ green 126 ◦ blue 43

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

Shades of Mandalay #BA7E2B

Tints of Mandalay #BA7E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 52.39%
G = 35.49%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA7E2B (or 0xBA7E2B) is known color: Mandalay. HEX triplet: BA, 7E and 2B. RGB value is (186,126,43). Sum of RGB (Red+Green+Blue) = 186+126+43=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E2B is #4581D4. Grayscale: #868686. Windows color (decimal): -4555221 or 2850490. OLE color: 2850490.

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

Color convert

RGB 186 126 43 -
CMYK 0 0.32 0.77 0.27
HSL 34.83º 0.62% 0.45% -
HSV(B) 34.83º 0.77% 0.73% -
XYZ 28.15 25.54 5.73 -
YUV 134.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 186 126 43 0 0.32 0.77 0.27 34.83 0.62 0.45
Hex BA 7E 2B 0 20 4D 1B 23 3E 2D
Octal 272 176 53 0 40 115 33 43 76 55
Binary 10111010 1111110 101011 0 100000 1001101 11011 100011 111110 101101

Color Harmonies of #BA7E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E2B

Black with #BA7E2B

Text Example


Text Example

White with #BA7E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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