Html Css Color HEX #BA9325 Nugget

📋 copy color: '#BA9325'

red 186 ◦ green 147 ◦ blue 37

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

Shades of Nugget #BA9325

Tints of Nugget #BA9325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10%

R = 50.27%
G = 39.73%
B = 10%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9325 (or 0xBA9325) is known color: Nugget. HEX triplet: BA, 93 and 25. RGB value is (186,147,37). Sum of RGB (Red+Green+Blue) = 186+147+37=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9325 is #456CDA. Grayscale: #929292. Windows color (decimal): -4549851 or 2462650. OLE color: 2462650.

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

Color convert

RGB 186 147 37 -
CMYK 0 0.21 0.80 0.27
HSL 44.3º 0.67% 0.44% -
HSV(B) 44.3º 0.8% 0.73% -
XYZ 31.02 31.44 6.18 -
YUV 146.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 186 147 37 0 0.21 0.80 0.27 44.3 0.67 0.44
Hex BA 93 25 0 15 50 1B 2C 43 2C
Octal 272 223 45 0 25 120 33 54 103 54
Binary 10111010 10010011 100101 0 10101 1010000 11011 101100 1000011 101100

Color Harmonies of #BA9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9325

Black with #BA9325

Text Example


Text Example

White with #BA9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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