Html Css Color HEX #BA8928 Nugget

📋 copy color: '#BA8928'

red 186 ◦ green 137 ◦ blue 40

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

Shades of Nugget #BA8928

Tints of Nugget #BA8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 51.24%
G = 37.74%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8928 (or 0xBA8928) is known color: Nugget. HEX triplet: BA, 89 and 28. RGB value is (186,137,40). Sum of RGB (Red+Green+Blue) = 186+137+40=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8928 is #4576D7. Grayscale: #8D8D8D. Windows color (decimal): -4552408 or 2656698. OLE color: 2656698.

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

Color convert

RGB 186 137 40 -
CMYK 0 0.26 0.78 0.27
HSL 39.86º 0.65% 0.44% -
HSV(B) 39.86º 0.78% 0.73% -
XYZ 29.58 28.48 5.95 -
YUV 140.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 186 137 40 0 0.26 0.78 0.27 39.86 0.65 0.44
Hex BA 89 28 0 1A 4E 1B 28 41 2C
Octal 272 211 50 0 32 116 33 50 101 54
Binary 10111010 10001001 101000 0 11010 1001110 11011 101000 1000001 101100

Color Harmonies of #BA8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8928

Black with #BA8928

Text Example


Text Example

White with #BA8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8928; }

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

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

background-color css

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

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

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

border-color css

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

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

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