#BA8B1E

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

Shades of Nugget #BA8B1E

Tints of Nugget #BA8B1E

Color information

#BA8B1E (or 0xBA8B1E) is unknown color: approx Nugget. HEX triplet: BA, 8B and 1E. RGB value is (186,139,30). Sum of RGB (Red+Green+Blue) = 186+139+30=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B1E is #4574E1. Grayscale: #8D8D8D. Windows color (decimal): -4551906 or 2001850. OLE color: 2001850.

HSL color Cylindrical-coordinate representation of color #BA8B1E: hue angle of 41.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA8B1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18613930-
CMYK00.250.840.27
HSL41.92º72.22%42.35%-
HSV(B)41.92º83.87%72.94%-
XYZ29.72295.26-
YUV140.6365.57160.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=52.39%
G=39.15%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861393000.250.840.2741.9272.2242.35
HexBA8B1E019541B2a482a
Octal27221336031124335211052
Binary1011101010001011111100110011010100110111010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B1E; }

 p { color: rgb(186,139,30); }

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

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

 a { background-color: rgb(186,139,30); }

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

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

 span { border-color: rgb(186,139,30); }

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