Html Css Color HEX #BA9324 Nugget

📋 copy color: '#BA9324'

red 186 ◦ green 147 ◦ blue 36

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

Shades of Nugget #BA9324

Tints of Nugget #BA9324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 50.41%
G = 39.84%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA9324 (or 0xBA9324) is known color: Nugget. HEX triplet: BA, 93 and 24. RGB value is (186,147,36). Sum of RGB (Red+Green+Blue) = 186+147+36=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9324 is #456CDB. Grayscale: #929292. Windows color (decimal): -4549852 or 2397114. OLE color: 2397114.

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

Color convert

RGB 186 147 36 -
CMYK 0 0.21 0.81 0.27
HSL 44.4º 0.68% 0.44% -
HSV(B) 44.4º 0.81% 0.73% -
XYZ 31 31.43 6.1 -
YUV 146.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 186 147 36 0 0.21 0.81 0.27 44.4 0.68 0.44
Hex BA 93 24 0 15 51 1B 2C 44 2C
Octal 272 223 44 0 25 121 33 54 104 54
Binary 10111010 10010011 100100 0 10101 1010001 11011 101100 1000100 101100

Color Harmonies of #BA9324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9324

Black with #BA9324

Text Example


Text Example

White with #BA9324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9324; }

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

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

background-color css

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

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

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

border-color css

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

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

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