#BA8E21

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

Shades of Nugget #BA8E21

Tints of Nugget #BA8E21

Color information

#BA8E21 (or 0xBA8E21) is unknown color: approx Nugget. HEX triplet: BA, 8E and 21. RGB value is (186,142,33). Sum of RGB (Red+Green+Blue) = 186+142+33=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E21 is #4571DE. Grayscale: #8F8F8F. Windows color (decimal): -4551135 or 2199226. OLE color: 2199226.

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

Color convert

RGB18614233-
CMYK00.240.820.27
HSL42.75º69.86%42.94%-
HSV(B)42.75º82.26%72.94%-
XYZ30.229.895.62-
YUV142.7366.08158.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=51.52%
G=39.34%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861423300.240.820.2742.7569.8642.94
HexBA8E21018521B2b462b
Octal27221641030122335310653
Binary10111010100011101000010110001010010110111010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E21; }

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

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

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

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

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

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

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

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