Html Css Color HEX #BA9329 Nugget

📋 copy color: '#BA9329'

red 186 ◦ green 147 ◦ blue 41

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

Shades of Nugget #BA9329

Tints of Nugget #BA9329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 49.73%
G = 39.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA9329 (or 0xBA9329) is known color: Nugget. HEX triplet: BA, 93 and 29. RGB value is (186,147,41). Sum of RGB (Red+Green+Blue) = 186+147+41=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9329 is #456CD6. Grayscale: #939393. Windows color (decimal): -4549847 or 2724794. OLE color: 2724794.

HSL color Cylindrical-coordinate representation of color #BA9329: hue angle of 43.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9329 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 41 -
CMYK 0 0.21 0.78 0.27
HSL 43.86º 0.64% 0.45% -
HSV(B) 43.86º 0.78% 0.73% -
XYZ 31.08 31.47 6.53 -
YUV 146.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 186 147 41 0 0.21 0.78 0.27 43.86 0.64 0.45
Hex BA 93 29 0 15 4E 1B 2C 40 2D
Octal 272 223 51 0 25 116 33 54 100 55
Binary 10111010 10010011 101001 0 10101 1001110 11011 101100 1000000 101101

Color Harmonies of #BA9329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9329

Black with #BA9329

Text Example


Text Example

White with #BA9329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9329; }

 p { color: rgb(186,147,41); }

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

background-color css

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

 a { background-color: rgb(186,147,41); }

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

border-color css

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

 span { border-color: rgb(186,147,41); }

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