Html Css Color HEX #BA7C30 Mandalay

📋 copy color: '#BA7C30'

red 186 ◦ green 124 ◦ blue 48

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

Shades of Mandalay #BA7C30

Tints of Mandalay #BA7C30

RGB

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

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

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

R = 51.96%
G = 34.64%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7C30 (or 0xBA7C30) is known color: Mandalay. HEX triplet: BA, 7C and 30. RGB value is (186,124,48). Sum of RGB (Red+Green+Blue) = 186+124+48=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C30 is #4583CF. Grayscale: #868686. Windows color (decimal): -4555728 or 3177658. OLE color: 3177658.

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

Color convert

RGB 186 124 48 -
CMYK 0 0.33 0.74 0.27
HSL 33.04º 0.59% 0.46% -
HSV(B) 33.04º 0.74% 0.73% -
XYZ 27.99 25.07 6.16 -
YUV 133.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 186 124 48 0 0.33 0.74 0.27 33.04 0.59 0.46
Hex BA 7C 30 0 21 4A 1B 21 3B 2E
Octal 272 174 60 0 41 112 33 41 73 56
Binary 10111010 1111100 110000 0 100001 1001010 11011 100001 111011 101110

Color Harmonies of #BA7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C30

Black with #BA7C30

Text Example


Text Example

White with #BA7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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