Html Css Color HEX #BA7E30 Mandalay

📋 copy color: '#BA7E30'

red 186 ◦ green 126 ◦ blue 48

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

Shades of Mandalay #BA7E30

Tints of Mandalay #BA7E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 51.67%
G = 35%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7E30 (or 0xBA7E30) is known color: Mandalay. HEX triplet: BA, 7E and 30. RGB value is (186,126,48). Sum of RGB (Red+Green+Blue) = 186+126+48=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E30 is #4581CF. Grayscale: #878787. Windows color (decimal): -4555216 or 3178170. OLE color: 3178170.

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

Color convert

RGB 186 126 48 -
CMYK 0 0.32 0.74 0.27
HSL 33.91º 0.59% 0.46% -
HSV(B) 33.91º 0.74% 0.73% -
XYZ 28.24 25.57 6.24 -
YUV 135.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 186 126 48 0 0.32 0.74 0.27 33.91 0.59 0.46
Hex BA 7E 30 0 20 4A 1B 22 3B 2E
Octal 272 176 60 0 40 112 33 42 73 56
Binary 10111010 1111110 110000 0 100000 1001010 11011 100010 111011 101110

Color Harmonies of #BA7E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E30

Black with #BA7E30

Text Example


Text Example

White with #BA7E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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