Html Css Color HEX #BA7E35 Mandalay

📋 copy color: '#BA7E35'

red 186 ◦ green 126 ◦ blue 53

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

Shades of Mandalay #BA7E35

Tints of Mandalay #BA7E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 50.96%
G = 34.52%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7E35 (or 0xBA7E35) is known color: Mandalay. HEX triplet: BA, 7E and 35. RGB value is (186,126,53). Sum of RGB (Red+Green+Blue) = 186+126+53=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E35 is #4581CA. Grayscale: #878787. Windows color (decimal): -4555211 or 3505850. OLE color: 3505850.

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

Color convert

RGB 186 126 53 -
CMYK 0 0.32 0.72 0.27
HSL 32.93º 0.56% 0.47% -
HSV(B) 32.93º 0.72% 0.73% -
XYZ 28.35 25.62 6.82 -
YUV 135.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 186 126 53 0 0.32 0.72 0.27 32.93 0.56 0.47
Hex BA 7E 35 0 20 48 1B 21 38 2F
Octal 272 176 65 0 40 110 33 41 70 57
Binary 10111010 1111110 110101 0 100000 1001000 11011 100001 111000 101111

Color Harmonies of #BA7E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E35

Black with #BA7E35

Text Example


Text Example

White with #BA7E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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