Html Css Color HEX #BA9426 Nugget

📋 copy color: '#BA9426'

red 186 ◦ green 148 ◦ blue 38

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

Shades of Nugget #BA9426

Tints of Nugget #BA9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 50%
G = 39.78%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9426 (or 0xBA9426) is known color: Nugget. HEX triplet: BA, 94 and 26. RGB value is (186,148,38). Sum of RGB (Red+Green+Blue) = 186+148+38=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9426 is #456BD9. Grayscale: #939393. Windows color (decimal): -4549594 or 2528442. OLE color: 2528442.

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

Color convert

RGB 186 148 38 -
CMYK 0 0.20 0.80 0.27
HSL 44.59º 0.66% 0.44% -
HSV(B) 44.59º 0.8% 0.73% -
XYZ 31.19 31.76 6.32 -
YUV 146.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 186 148 38 0 0.20 0.80 0.27 44.59 0.66 0.44
Hex BA 94 26 0 14 50 1B 2D 42 2C
Octal 272 224 46 0 24 120 33 55 102 54
Binary 10111010 10010100 100110 0 10100 1010000 11011 101101 1000010 101100

Color Harmonies of #BA9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9426

Black with #BA9426

Text Example


Text Example

White with #BA9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9426; }

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

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

background-color css

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

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

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

border-color css

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

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

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