Html Css Color HEX #BA7C34 Mandalay

📋 copy color: '#BA7C34'

red 186 ◦ green 124 ◦ blue 52

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

Shades of Mandalay #BA7C34

Tints of Mandalay #BA7C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 51.38%
G = 34.25%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7C34 (or 0xBA7C34) is known color: Mandalay. HEX triplet: BA, 7C and 34. RGB value is (186,124,52). Sum of RGB (Red+Green+Blue) = 186+124+52=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C34 is #4583CB. Grayscale: #868686. Windows color (decimal): -4555724 or 3439802. OLE color: 3439802.

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

Color convert

RGB 186 124 52 -
CMYK 0 0.33 0.72 0.27
HSL 32.24º 0.56% 0.47% -
HSV(B) 32.24º 0.72% 0.73% -
XYZ 28.08 25.1 6.61 -
YUV 134.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 186 124 52 0 0.33 0.72 0.27 32.24 0.56 0.47
Hex BA 7C 34 0 21 48 1B 20 38 2F
Octal 272 174 64 0 41 110 33 40 70 57
Binary 10111010 1111100 110100 0 100001 1001000 11011 100000 111000 101111

Color Harmonies of #BA7C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C34

Black with #BA7C34

Text Example


Text Example

White with #BA7C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C34; }

 p { color: rgb(186,124,52); }

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

background-color css

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

 a { background-color: rgb(186,124,52); }

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

border-color css

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

 span { border-color: rgb(186,124,52); }

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