Html Css Color HEX #BA9428 Nugget

📋 copy color: '#BA9428'

red 186 ◦ green 148 ◦ blue 40

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

Shades of Nugget #BA9428

Tints of Nugget #BA9428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 49.73%
G = 39.57%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA9428 (or 0xBA9428) is known color: Nugget. HEX triplet: BA, 94 and 28. RGB value is (186,148,40). Sum of RGB (Red+Green+Blue) = 186+148+40=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9428 is #456BD7. Grayscale: #939393. Windows color (decimal): -4549592 or 2659514. OLE color: 2659514.

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

Color convert

RGB 186 148 40 -
CMYK 0 0.20 0.78 0.27
HSL 44.38º 0.65% 0.44% -
HSV(B) 44.38º 0.78% 0.73% -
XYZ 31.22 31.77 6.49 -
YUV 147.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 186 148 40 0 0.20 0.78 0.27 44.38 0.65 0.44
Hex BA 94 28 0 14 4E 1B 2C 41 2C
Octal 272 224 50 0 24 116 33 54 101 54
Binary 10111010 10010100 101000 0 10100 1001110 11011 101100 1000001 101100

Color Harmonies of #BA9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9428

Black with #BA9428

Text Example


Text Example

White with #BA9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9428; }

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

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

background-color css

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

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

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

border-color css

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

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

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