#BA8F21

Color #BA8F21 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BA8F21

Tints of Nugget #BA8F21

Color information

#BA8F21 (or 0xBA8F21) is unknown color: approx Nugget. HEX triplet: BA, 8F and 21. RGB value is (186,143,33). Sum of RGB (Red+Green+Blue) = 186+143+33=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F21 is #4570DE. Grayscale: #8F8F8F. Windows color (decimal): -4550879 or 2199482. OLE color: 2199482.

HSL color Cylindrical-coordinate representation of color #BA8F21: hue angle of 43.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA8F21 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18614333-
CMYK00.230.820.27
HSL43.14º69.86%42.94%-
HSV(B)43.14º82.26%72.94%-
XYZ30.3530.195.67-
YUV143.3265.75158.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 33 (13.28% from 255) = 9.12%
R=51.38%
G=39.50%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861433300.230.820.2743.1469.8642.94
HexBA8F21017521B2b462b
Octal27221741027122335310653
Binary10111010100011111000010101111010010110111010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F21; }

 p { color: rgb(186,143,33); }

 H1.HeaderClassName
 {
   color: #BA8F21;
 }
 .AnyTagClassName
 {
   color: #BA8F21;
 }
</style>
background-color css

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

 a { background-color: rgb(186,143,33); }

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

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

 span { border-color: rgb(186,143,33); }

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