Html Css Color HEX #BA9531 Nugget

📋 copy color: '#BA9531'

red 186 ◦ green 149 ◦ blue 49

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

Shades of Nugget #BA9531

Tints of Nugget #BA9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 48.44%
G = 38.8%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA9531 (or 0xBA9531) is known color: Nugget. HEX triplet: BA, 95 and 31. RGB value is (186,149,49). Sum of RGB (Red+Green+Blue) = 186+149+49=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9531 is #456ACE. Grayscale: #959595. Windows color (decimal): -4549327 or 3249594. OLE color: 3249594.

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

Color convert

RGB 186 149 49 -
CMYK 0 0.20 0.74 0.27
HSL 43.8º 0.58% 0.46% -
HSV(B) 43.8º 0.74% 0.73% -
XYZ 31.55 32.16 7.45 -
YUV 148.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 186 149 49 0 0.20 0.74 0.27 43.8 0.58 0.46
Hex BA 95 31 0 14 4A 1B 2C 3A 2E
Octal 272 225 61 0 24 112 33 54 72 56
Binary 10111010 10010101 110001 0 10100 1001010 11011 101100 111010 101110

Color Harmonies of #BA9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9531

Black with #BA9531

Text Example


Text Example

White with #BA9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9531; }

 p { color: rgb(186,149,49); }

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

background-color css

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

 a { background-color: rgb(186,149,49); }

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

border-color css

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

 span { border-color: rgb(186,149,49); }

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