Html Css Color HEX #BA9326 Nugget

📋 copy color: '#BA9326'

red 186 ◦ green 147 ◦ blue 38

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

Shades of Nugget #BA9326

Tints of Nugget #BA9326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.24%

R = 50.13%
G = 39.62%
B = 10.24%

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

#BA9326 (or 0xBA9326) is known color: Nugget. HEX triplet: BA, 93 and 26. RGB value is (186,147,38). Sum of RGB (Red+Green+Blue) = 186+147+38=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9326 is #456CD9. Grayscale: #929292. Windows color (decimal): -4549850 or 2528186. OLE color: 2528186.

HSL color Cylindrical-coordinate representation of color #BA9326: hue angle of 44.19º degrees, saturation: 0.66, 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 #BA9326 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 38 -
CMYK 0 0.21 0.80 0.27
HSL 44.19º 0.66% 0.44% -
HSV(B) 44.19º 0.8% 0.73% -
XYZ 31.03 31.45 6.27 -
YUV 146.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 186 147 38 0 0.21 0.80 0.27 44.19 0.66 0.44
Hex BA 93 26 0 15 50 1B 2C 42 2C
Octal 272 223 46 0 25 120 33 54 102 54
Binary 10111010 10010011 100110 0 10101 1010000 11011 101100 1000010 101100

Color Harmonies of #BA9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9326

Black with #BA9326

Text Example


Text Example

White with #BA9326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9326; }

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

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

background-color css

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

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

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

border-color css

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

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

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