Html Css Color HEX #BA7D2E Mandalay

📋 copy color: '#BA7D2E'

red 186 ◦ green 125 ◦ blue 46

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

Shades of Mandalay #BA7D2E

Tints of Mandalay #BA7D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 52.1%
G = 35.01%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA7D2E (or 0xBA7D2E) is known color: Mandalay. HEX triplet: BA, 7D and 2E. RGB value is (186,125,46). Sum of RGB (Red+Green+Blue) = 186+125+46=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D2E is #4582D1. Grayscale: #868686. Windows color (decimal): -4555474 or 3046842. OLE color: 3046842.

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

Color convert

RGB 186 125 46 -
CMYK 0 0.33 0.75 0.27
HSL 33.86º 0.6% 0.45% -
HSV(B) 33.86º 0.75% 0.73% -
XYZ 28.08 25.3 5.99 -
YUV 134.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 186 125 46 0 0.33 0.75 0.27 33.86 0.6 0.45
Hex BA 7D 2E 0 21 4B 1B 22 3C 2D
Octal 272 175 56 0 41 113 33 42 74 55
Binary 10111010 1111101 101110 0 100001 1001011 11011 100010 111100 101101

Color Harmonies of #BA7D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D2E

Black with #BA7D2E

Text Example


Text Example

White with #BA7D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D2E; }

 p { color: rgb(186,125,46); }

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

background-color css

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

 a { background-color: rgb(186,125,46); }

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

border-color css

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

 span { border-color: rgb(186,125,46); }

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